Fix support for mutable global properties with non-exposed setter. #105
smoke-tests.yml
on: push
Annotations
436 errors and 3 warnings
ExternalLibrariesTest.[46]: app.cash.redwood:redwood-treehouse-host-iosarm64:0.7.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[49]: app.cash.redwood:redwood-treehouse-lazylayout-composeui-iosarm64:0.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libparticles.a(libparticles.SkParticleEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libparticles.a(libparticles.SkReflected.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.Decorations.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.FontArguments.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.FontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.OneLineShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.ParagraphBuilderImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.ParagraphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.ParagraphImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.ParagraphStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.Run.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.TextLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.TextShadow.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.TextStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.TextWrapper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.TypefaceFontProvider.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskparagraph.a(libskparagraph.TestFontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.appendable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.bmpset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.brkeng.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.bytesinkutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.bytestream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.bytestrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.bytestriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.bytestrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.caniter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.characterproperties.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.chariter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.charstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.cmemory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.cstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.cstring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.cwchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.dictbe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.dictionarydata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.dtintrv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.edits.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.errorcode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.filteredbrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.filterednormalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.icudataver.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.icuplug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.loadednormalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.sk_imageinfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.localebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.sk_paint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.sk_surface.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.locavailable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkAAClip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.locbased.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.locdispnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkATrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.locdspnm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkAlphaRuns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkAnalyticEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkAnnotation.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkArenaAlloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkAutoPixmapStorage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBBHFactory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.locid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBitmapCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBitmapDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBitmapProcState.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBitmapProcState_matrixProcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlendMode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlendModeBlender.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.loclikely.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.locmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlitRow_D32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlitter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlitter_A8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlitter_ARGB32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlitter_RGB565.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlitter_Sprite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.locresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.locutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlockAllocator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.messagepattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlurMF.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.normalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.BlendModes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Camera.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBlurMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkCachedData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Composition.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.normalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Layer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.normlzr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.parsepos.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.patternprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Path.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.pluralmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.propname.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Skottie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.SkottieJson.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.SkottieProperty.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Transform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Animator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.ScalarKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.ShapeKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TextKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Vec2KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.VectorKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.BlackAndWhiteEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.BrightnessContrastEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.BulgeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.CCTonerEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.CornerPinEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.DirectionalBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.DisplacementMapEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.DropShadowEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Effects.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.FillEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.FractalNoiseEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.GaussianBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.GlowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGAttribute.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.GradientEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkCanvas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.HueSaturationEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.propsvec.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.InvertEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.punycode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.putil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.LevelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.LinearWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.MotionBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbi.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.MotionTileEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbi_cache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.RadialWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbidata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbinode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbirb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.ShadowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbiscan.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkCanvasPriv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkCapabilities.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkChromeRemoteGlyphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGAttributeParser.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkClipStack.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGCircle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkClipStackDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.SharpenEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGClipPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.ShiftChannelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGContainer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.SkSLEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGDOM.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.SphereEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.ThresholdEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TintEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TransformEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbisetb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TritoneEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.VenetianBlindsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbistbl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.AudioLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.rbbitblb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.FootageLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.NullLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.PrecompLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.resbund.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGEllipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.SolidLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeBlend.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.resbund_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeColorMatrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.resource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ruleiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.schriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.serv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeComposite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeDisplacementMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.servlk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeFlood.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.servlkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.servls.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeGaussianBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.servnotf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.servrbf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.servslkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.sharedobject.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.simpleformatter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.static_unicode_sets.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TextLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.stringpiece.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.stringtriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.uarrsort.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ubidi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkColor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ubidi_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeLightSource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ubidiln.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ubiditransform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ubidiwrt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeLighting.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeMorphology.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkColorFilter_Matrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeOffset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFeTurbulence.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Ellipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.FillStroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGFilterContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Gradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.MergePaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.OffsetPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Polystar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGLinearGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.PuckerBloat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Rectangle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.Repeater.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ubrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.RoundCorners.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.ShapeLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TrimPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucasemap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.RangeSelector.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.SkottieShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucasemap_titlecase_brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.uchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TextAdapter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucharstrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucharstriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TextAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskottie.TextValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucharstrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.uchriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskottie.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucln_cmn.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucmndata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv2022.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_bld.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.png.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_cb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_ct.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_err.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_ext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_io.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_lmb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngerror.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngget.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_set.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_u16.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngmem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_u32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngpread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_u7.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnv_u8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkColorSpace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnvbocu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnvdisp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnvhz.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkColorSpaceXformSteps.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnvisci.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkCompressedDataUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnvlat1.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkContourMeasure.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnvmbcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkConvertPixels.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGOpenTypeSVGDecoder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkCpu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libskia.a(libskia.SkCubicClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnvscsu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucnvsel.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGPattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucol_swp.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucptrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGPoly.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.ucurr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGRadialGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngrio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngrtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGRenderContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngrutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGSVG.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGShape.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGStop.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGText.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngtrans.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngwio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngwrite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngwtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.pngwutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGTransformableNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGUse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libsvg.SkSVGValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libsvg.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.arm_init.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.filter_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libpng.a(libpng.palette_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libfreetype2.a(libfreetype2.autofit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libicu.a(libicu.udata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libwebp_sse41.a(libwebp_sse41.alpha_processing_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libwebp_sse41.a(libwebp_sse41.dec_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libwebp_sse41.a(libwebp_sse41.enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libwebp_sse41.a(libwebp_sse41.lossless_enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libwebp_sse41.a(libwebp_sse41.lossless_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libwebp_sse41.a(libwebp_sse41.upsampling_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included51538450799462282/libwebp_sse41.a(libweb
|
ExternalLibrariesTest.[59]: app.cash.sqldelight:native-driver-iosarm64:2.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[64]: app.cash.zipline:zipline-loader-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[81]: co.touchlab.crashkios:bugsnag-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/bugsnag-iosarm64/0.8.5/4-bugsnag-cinterop-bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[83]: co.touchlab.crashkios:crashlytics-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/crashlytics-iosarm64/0.8.5/4-crashlytics-cinterop-crashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[88]: co.touchlab:kermit-bugsnag-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[91]: co.touchlab:kermit-crashlytics-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[96]: co.touchlab:kermit-sentry-iosarm64:1.2.0-M2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/kermit-sentry-iosarm64/1.2.0-M2/4-kermit-sentry-cinterop-kermit-sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryBreadcrumb", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[101]: co.touchlab:sqliter-driver-iosarm64:1.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/sqliter-driver-iosarm64/1.2.3/4-sqliter-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.interop.SqliteDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[102]: co.touchlab:sqliter-iosarm64:0.7.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_KonanNeedDebugInfo", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"RuntimeAssertFailed(char const*, char const*)", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"konan::free(void*)", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
"konan::calloc(unsigned long, unsigned long)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text16", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#<get-columnCount>(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeCursor.$<init>$lambda$0$FUNCTION_REFERENCE$1.invoke#internal in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#<get-columnCount>(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#getDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#getDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#getLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#getLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeCursor#getType(kotlin.Int){}co.touchlab.sqliter.FieldType in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_extended_errcode", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#actualClose(kotlin.Long){} in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeStatement#actualClose(kotlin.Long){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#execute(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeStep in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[148]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-incubating-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[149]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[218]: com.ctrip.flight.mmkv:mmkv-kotlin-iosarm64:1.2.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.flight.mmkv/mmkv-kotlin-iosarm64/1.2.8/4-mmkv-kotlin-cinterop-MMKV can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found MMKV
|
ExternalLibrariesTest.[219]: com.ctrip.kotlin:sqllin-driver-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.kotlin/sqllin-driver-iosarm64/1.2.1/4-sqllin-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.RealDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement.executeNonQuery#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[220]: com.ctrip.kotlin:sqllin-dsl-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.RealDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement.executeNonQuery#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[245]: com.ditchoom:mqtt-4-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[246]: com.ditchoom:mqtt-5-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[248]: com.ditchoom:mqtt-client-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/mqtt-client-iosarm64/1.1.4/1-mqtt-client-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[249]: com.ditchoom:socket-iosarm64:1.1.14[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/socket-iosarm64/1.1.14/1-socket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$__TtC13SocketWrapper27ServerSocketListenerWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[250]: com.ditchoom:websocket-iosarm64:1.0.7[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/websocket-iosarm64/1.0.7/1-websocket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[302]: com.github.anastr:speedometer-iosarm64:1.0.0-ALPHA02[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[313]: com.github.ln-12:multiplatform-connectivity-status-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.ln-12/multiplatform-connectivity-status-iosarm64/1.3.0/1-multiplatform-connectivity-status-cinterop-Reachability can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[318]: com.github.satoshun.firebase:analytics-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.satoshun.firebase/analytics-iosarm64/1.6.1/4-analytics-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[322]: com.github.submob:logmob-iosarm64:2.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[334]: com.hexascribe:chatbot-builder-iosarm64:1.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[361]: com.intsoftdev:nrservices-iosarm64:0.0.51[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[362]: com.intsoftdev:nrstations-iosarm64:0.0.52[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[363]: com.intsoftdev:sdknrservices-iosarm64:3.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[364]: com.intsoftdev:sdknrstations-iosarm64:3.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[398]: com.juul.datadog:bundled-iosarm64:0.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/4-bundled-cinterop-DatadogObjc can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/5-bundled-cinterop-DatadogCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found DatadogCore
|
ExternalLibrariesTest.[439]: com.linecorp.abc:kmm-notifications-iosarm64:0.4.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.linecorp.abc/kmm-notifications-iosarm64/0.4.2/4-kmm-notifications-cinterop-FirebaseMessaging can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: directory not found for option '-F/cinterop/keychain'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRMessaging", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[457]: com.mobilejazz:harmony-kotlin-iosarm64:6.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[477]: com.mparticle:smartype-mparticle-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.mparticle/smartype-mparticle-iosarm64/1.6.1/4-smartype-mparticle-cinterop-mParticle_Apple_SDK can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found mParticle_Apple_SDK
|
ExternalLibrariesTest.[482]: com.myunidays:couchbaselite-iosarm64:0.1.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/couchbaselite-iosarm64/0.1.1/1-couchbaselite-cinterop-CouchbaseLite can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found CouchbaseLite
|
ExternalLibrariesTest.[485]: com.myunidays:klipper-iosarm64:0.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/klipper-iosarm64/0.0.3/1-klipper-cinterop-FlipperKit can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FKUserDefaultsPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperKitNetworkPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKIOSNetworkAdapter", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKRequestInfo", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKResponseInfo", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[486]: com.myunidays:segmenkt-iosarm64:0.0.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/segmenkt-iosarm64/0.0.8/4-segmenkt-cinterop-Segment can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SEGAnalytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SEGAnalyticsConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[491]: com.piasy:kmp-xlog-iosarm64:1.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.piasy/kmp-xlog-iosarm64/1.1.0/4-kmp-xlog-cinterop-xlog can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PSYMarsXLog", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[501]: com.rickclephas.kmp:nsexception-kt-bugsnag-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-bugsnag-iosarm64/0.1.13/1-nsexception-kt-bugsnag-cinterop-Bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[503]: com.rickclephas.kmp:nsexception-kt-crashlytics-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-crashlytics-iosarm64/0.1.13/1-nsexception-kt-crashlytics-cinterop-FirebaseCrashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:com.rickclephas.kmp.nsexceptionkt.crashlytics.$setCrashlyticsUnhandledExceptionHook$lambda$0$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(kotlin.Throwable){}#internal in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[504]: com.rickclephas.kmp:nsexception-kt-sentry-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-sentry-iosarm64/0.1.13/1-nsexception-kt-sentry-cinterop-Sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryDependencyContainer", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelope", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeHeader", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeItem", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEvent", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryException", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryMechanism", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
"_sentrycrashsc_initWithBacktrace", referenced from:
_kfun:com.rickclephas.kmp.nsexceptionkt.sentry.asSentryEvent#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[511]: com.shepeliev:webrtc-kmp-iosarm64:0.114.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.shepeliev/webrtc-kmp-iosarm64/0.114.4/1-webrtc-kmp-cinterop-WebRTC can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found WebRTC
|
ExternalLibrariesTest.[603]: com.squareup.sqldelight:native-driver-iosarm64:1.5.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[623]: com.terathought.enchant:flare-iosarm64:1.0.0-alpha12[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/1-flare-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/2-flare-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/3-flare-cinterop-FirebaseCore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/4-flare-cinterop-FirebaseFirestore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/5-flare-cinterop-FirebaseFunctions can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/6-flare-cinterop-FirebaseStorage can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/7-flare-cinterop-GoogleSignIn can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRActionCodeSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthCredential", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthDataResult", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRDocumentSnapshot", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIREmailAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFieldValue", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestore", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestoreSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFunctions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRGoogleAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROptions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorage", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageMetadata", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageReference", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRTimestamp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDSignIn", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[633]: com.unflow:shared-iosarm64:1.15.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[663]: de.voize:pytorch-lite-multiplatform-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/de.voize/pytorch-lite-multiplatform-iosarm64/0.6.0/4-pytorch-lite-multiplatform-cinterop-PLMLibTorchWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_IValueWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_Tensor", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_TorchModule", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[669]: dev.chrisbanes.circuit:circuit-foundation-iosarm64:0.9.1-compose-mp[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[684]: dev.gitlive:appauth-kotlin-iosarm64:0.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/appauth-kotlin-iosarm64/0.0.2/1-appauth-kotlin-cinterop-AppAuth can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_OIDAuthorizationRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDAuthorizationService", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDEndSessionRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDExternalUserAgentIOS", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDServiceConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDTokenRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$___SkieUnknownCInteropFrameworkErrorType", referenced from:
objc-class-ref in Kotlin.o
"_OIDGeneralErrorDomain", referenced from:
_kfun:dev.gitlive.appauth.toException#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[685]: dev.gitlive:firebase-app-iosarm64:1.10.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/firebase-app-iosarm64/1.10.3/1-firebase-app-cinterop-FirebaseCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[686]: dev.gitlive:firebase-auth-iosarm64:1.10.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/firebase-auth-iosarm64/1.10.3/1-firebase-auth-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseAuth
|
ExternalLibrariesTest.[40]: app.cash.redwood:redwood-treehouse-composeui-insets-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[41]: app.cash.redwood:redwood-treehouse-composeui-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[46]: app.cash.redwood:redwood-treehouse-host-iosarm64:0.7.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[49]: app.cash.redwood:redwood-treehouse-lazylayout-composeui-iosarm64:0.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libparticles.a(libparticles.SkParticleEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libparticles.a(libparticles.SkReflected.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.Decorations.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.FontArguments.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.FontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.OneLineShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.ParagraphBuilderImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.ParagraphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.ParagraphImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.ParagraphStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.Run.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.TextLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.TextShadow.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.TextStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.TextWrapper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.TypefaceFontProvider.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskparagraph.a(libskparagraph.TestFontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.appendable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.bmpset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.brkeng.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.bytesinkutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.bytestream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.bytestrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.bytestriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.bytestrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.caniter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.characterproperties.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.chariter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.charstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.cmemory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.cstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.cstring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.cwchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.dictbe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.dictionarydata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.dtintrv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.edits.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.errorcode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.filteredbrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.filterednormalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.icudataver.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.icuplug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.loadednormalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.localebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.locavailable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.locbased.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.locdispnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.locdspnm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.locid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.loclikely.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.locmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.sk_imageinfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.sk_paint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.sk_surface.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkAAClip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkATrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkAlphaRuns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkAnalyticEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkAnnotation.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkArenaAlloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.locresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkAutoPixmapStorage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBBHFactory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.locutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.messagepattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBitmapCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.BlendModes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBitmapDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Camera.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.normalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Composition.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBitmapProcState.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBitmapProcState_matrixProcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Layer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlendMode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlendModeBlender.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Path.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGAttribute.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlitRow_D32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGAttributeParser.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Skottie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.normalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlitter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGCircle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGClipPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGContainer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGDOM.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlitter_A8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.normlzr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlitter_ARGB32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGEllipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.SkottieJson.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.parsepos.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlitter_RGB565.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.SkottieProperty.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlitter_Sprite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Transform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeBlend.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.patternprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeColorMatrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.pluralmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlockAllocator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.propname.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeComposite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlurMF.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Animator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeDisplacementMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.propsvec.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.punycode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeFlood.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.putil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeGaussianBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBlurMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.ScalarKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeLightSource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkCachedData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.ShapeKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkCanvas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.TextKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeLighting.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeMorphology.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeOffset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbi_cache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFeTurbulence.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Vec2KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbidata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbinode.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGFilterContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.VectorKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbirb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbiscan.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.BlackAndWhiteEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.BrightnessContrastEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbisetb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.BulgeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkCanvasPriv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbistbl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGLinearGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkCapabilities.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.rbbitblb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.CCTonerEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkChromeRemoteGlyphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.resbund.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.CornerPinEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.DirectionalBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGOpenTypeSVGDecoder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.DisplacementMapEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.resbund_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.resource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ruleiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.DropShadowEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGPattern.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.schriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Effects.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkClipStack.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGPoly.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.serv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.FillEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGRadialGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.FractalNoiseEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGRenderContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkClipStackDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkColor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.servlk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGSVG.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.servlkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGShape.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGStop.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.servls.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGText.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.servnotf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkColorFilter_Matrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.servrbf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.servslkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.GaussianBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkColorSpace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.sharedobject.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.GlowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.simpleformatter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.static_unicode_sets.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.GradientEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGTransformableNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkColorSpaceXformSteps.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.HueSaturationEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGUse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkCompressedDataUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.InvertEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libsvg.SkSVGValue.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.stringpiece.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkContourMeasure.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.stringtriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.LevelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libsvg.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkConvertPixels.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.uarrsort.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ubidi.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.LinearWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkCpu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkCubicClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.MotionBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkCubicMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ubidi_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDataTable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.MotionTileEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.png.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ubidiln.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDebug.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ubiditransform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDeferredDisplayList.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDeferredDisplayListRecorder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ubidiwrt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ubrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDeque.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.RadialWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDescriptor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucase.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.ShadowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.SharpenEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngerror.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.ShiftChannelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.SkSLEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucasemap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngget.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDistanceFieldGen.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucasemap_titlecase_brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.SphereEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngmem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.uchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.autofit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngpread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.ThresholdEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDocument.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDraw.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.TintEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.TransformEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucharstrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucharstriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.TritoneEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDrawLooper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDrawShadowInfo.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftbase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.VenetianBlindsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngrio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.AudioLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucharstrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDraw_atlas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.FootageLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.uchriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngrtran.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDraw_text.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucln_cmn.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDraw_vertices.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftbbox.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftbitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucmndata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftdebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngrutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftfstype.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.NullLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.PrecompLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftgasp.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftglyph.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv2022.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkEdgeBuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftinit.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.SolidLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftmm.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv_bld.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngtrans.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.TextLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngwio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkEdgeClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngwrite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv_cb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftpatent.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkExecutor.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv_ct.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Ellipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftstroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv_err.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.FillStroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftsynth.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv_ext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftsystem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngwtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.fttype1.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libicu.a(libicu.ucnv_io.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskia.a(libskia.SkFlattenable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.ftwinfnt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libskottie.a(libskottie.Gradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libfreetype2.a(libfreetype2.cff.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7362435410221762137/libpng.a(libpng.pngwutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jr
|
ExternalLibrariesTest.[59]: app.cash.sqldelight:native-driver-iosarm64:2.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[64]: app.cash.zipline:zipline-loader-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[81]: co.touchlab.crashkios:bugsnag-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/bugsnag-iosarm64/0.8.5/4-bugsnag-cinterop-bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[83]: co.touchlab.crashkios:crashlytics-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/crashlytics-iosarm64/0.8.5/4-crashlytics-cinterop-crashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[88]: co.touchlab:kermit-bugsnag-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[91]: co.touchlab:kermit-crashlytics-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[96]: co.touchlab:kermit-sentry-iosarm64:1.2.0-M2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/kermit-sentry-iosarm64/1.2.0-M2/4-kermit-sentry-cinterop-kermit-sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryBreadcrumb", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[101]: co.touchlab:sqliter-driver-iosarm64:1.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/sqliter-driver-iosarm64/1.2.3/4-sqliter-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[102]: co.touchlab:sqliter-iosarm64:0.7.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_KonanNeedDebugInfo", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"RuntimeAssertFailed(char const*, char const*)", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"konan::free(void*)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
_DisposeCStringHelper in Kotlin.framework.o
"konan::calloc(unsigned long, unsigned long)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_SQLiter_SQLiteStatement_nativeBindBlob in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_SQLiter_SQLiteStatement_nativeBindDouble in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_SQLiter_SQLiteStatement_nativeBindLong in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_SQLiter_SQLiteStatement_nativeBindNull in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_SQLiter_SQLiteConnection_nativeBindParameterIndex in Kotlin.framework.o
"_sqlite3_bind_text16", referenced from:
_SQLiter_SQLiteStatement_nativeBindString in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_SQLiter_SQLiteConnection_nativeClearBindings in Kotlin.framework.o
"_sqlite3_close", referenced from:
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_SQLiter_SQLiteConnection_nativeColumnCount in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetDouble in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetLong in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_SQLiter_SQLiteConnection_nativeColumnName in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_SQLiter_SQLiteConnection_nativeColumnIsNull in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnType in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_extended_errcode", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_SQLiter_SQLiteStatement_nativeFinalizeStatement in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_SQLiter_SQLiteConnection_nativeResetStatement in Kotlin.framework.o
"_sqlite3_sql", referenced from:
android::sqliteTraceV2Callback(unsigned int, void*, void*, void*) in Kotlin.framework.o
"_sqlite3_step", referenced from:
_SQLiter_SQLiteConnection_nativeStep in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecute in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_trace_v2", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[148]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-incubating-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[149]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[205]: com.carelesscoyotes.remotedata:remotedata-compose-iosarm64:0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[218]: com.ctrip.flight.mmkv:mmkv-kotlin-iosarm64:1.2.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.flight.mmkv/mmkv-kotlin-iosarm64/1.2.8/4-mmkv-kotlin-cinterop-MMKV can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found MMKV
|
ExternalLibrariesTest.[219]: com.ctrip.kotlin:sqllin-driver-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.kotlin/sqllin-driver-iosarm64/1.2.1/4-sqllin-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_zeroblob_wrapper80 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_com_ctrip_sqllin_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[220]: com.ctrip.kotlin:sqllin-dsl-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_zeroblob_wrapper80 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_com_ctrip_sqllin_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[245]: com.ditchoom:mqtt-4-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[246]: com.ditchoom:mqtt-5-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[248]: com.ditchoom:mqtt-client-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/mqtt-client-iosarm64/1.1.4/1-mqtt-client-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[249]: com.ditchoom:socket-iosarm64:1.1.14[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/socket-iosarm64/1.1.14/1-socket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$__TtC13SocketWrapper27ServerSocketListenerWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[250]: com.ditchoom:websocket-iosarm64:1.0.7[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/websocket-iosarm64/1.0.7/1-websocket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[302]: com.github.anastr:speedometer-iosarm64:1.0.0-ALPHA02[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[313]: com.github.ln-12:multiplatform-connectivity-status-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.ln-12/multiplatform-connectivity-status-iosarm64/1.3.0/1-multiplatform-connectivity-status-cinterop-Reachability can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[318]: com.github.satoshun.firebase:analytics-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.satoshun.firebase/analytics-iosarm64/1.6.1/4-analytics-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[322]: com.github.submob:logmob-iosarm64:2.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[334]: com.hexascribe:chatbot-builder-iosarm64:1.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[361]: com.intsoftdev:nrservices-iosarm64:0.0.51[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[362]: com.intsoftdev:nrstations-iosarm64:0.0.52[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[363]: com.intsoftdev:sdknrservices-iosarm64:3.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[364]: com.intsoftdev:sdknrstations-iosarm64:3.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[398]: com.juul.datadog:bundled-iosarm64:0.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/4-bundled-cinterop-DatadogObjc can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/5-bundled-cinterop-DatadogCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found DatadogCore
|
ExternalLibrariesTest.[439]: com.linecorp.abc:kmm-notifications-iosarm64:0.4.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.linecorp.abc/kmm-notifications-iosarm64/0.4.2/4-kmm-notifications-cinterop-FirebaseMessaging can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: directory not found for option '-F/cinterop/keychain'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRMessaging", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[457]: com.mobilejazz:harmony-kotlin-iosarm64:6.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[477]: com.mparticle:smartype-mparticle-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.mparticle/smartype-mparticle-iosarm64/1.6.1/4-smartype-mparticle-cinterop-mParticle_Apple_SDK can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found mParticle_Apple_SDK
|
ExternalLibrariesTest.[481]: com.mxalbert.zoomable:zoomable-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[482]: com.myunidays:couchbaselite-iosarm64:0.1.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/couchbaselite-iosarm64/0.1.1/1-couchbaselite-cinterop-CouchbaseLite can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found CouchbaseLite
|
ExternalLibrariesTest.[485]: com.myunidays:klipper-iosarm64:0.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/klipper-iosarm64/0.0.3/1-klipper-cinterop-FlipperKit can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FKUserDefaultsPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperKitNetworkPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKIOSNetworkAdapter", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKRequestInfo", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKResponseInfo", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[486]: com.myunidays:segmenkt-iosarm64:0.0.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/segmenkt-iosarm64/0.0.8/4-segmenkt-cinterop-Segment can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SEGAnalytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SEGAnalyticsConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[491]: com.piasy:kmp-xlog-iosarm64:1.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.piasy/kmp-xlog-iosarm64/1.1.0/4-kmp-xlog-cinterop-xlog can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PSYMarsXLog", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[501]: com.rickclephas.kmp:nsexception-kt-bugsnag-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-bugsnag-iosarm64/0.1.13/1-nsexception-kt-bugsnag-cinterop-Bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[503]: com.rickclephas.kmp:nsexception-kt-crashlytics-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-crashlytics-iosarm64/0.1.13/1-nsexception-kt-crashlytics-cinterop-FirebaseCrashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_com_rickclephas_kmp_nsexceptionkt_crashlytics_cinterop_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[504]: com.rickclephas.kmp:nsexception-kt-sentry-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-sentry-iosarm64/0.1.13/1-nsexception-kt-sentry-cinterop-Sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryDependencyContainer", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelope", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeHeader", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeItem", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEvent", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryException", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryMechanism", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
"_sentrycrashsc_initWithBacktrace", referenced from:
_NSExceptionKt_SentryCrashStackCursorFromNSException in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[511]: com.shepeliev:webrtc-kmp-iosarm64:0.114.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.shepeliev/webrtc-kmp-iosarm64/0.114.4/1-webrtc-kmp-cinterop-WebRTC can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found WebRTC
|
ExternalLibrariesTest.[603]: com.squareup.sqldelight:native-driver-iosarm64:1.5.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[623]: com.terathought.enchant:flare-iosarm64:1.0.0-alpha12[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/1-flare-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/2-flare-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/3-flare-cinterop-FirebaseCore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/4-flare-cinterop-FirebaseFirestore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/5-flare-cinterop-FirebaseFunctions can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/6-flare-cinterop-FirebaseStorage can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/7-flare-cinterop-GoogleSignIn can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRActionCodeSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthCredential", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthDataResult", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRDocumentSnapshot", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIREmailAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFieldValue", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestore", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestoreSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFunctions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRGoogleAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROptions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorage", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageMetadata", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageReference", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRTimestamp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDSignIn", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[633]: com.unflow:shared-iosarm64:1.15.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[663]: de.voize:pytorch-lite-multiplatform-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/de.voize/pytorch-lite-multiplatform-iosarm64/0.6.0/4-pytorch-lite-multiplatform-cinterop-PLMLibTorchWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_IValueWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_Tensor", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_TorchModule", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[835]: fr.acinq.lightning:lightning-kmp-iosarm64:1.5.10[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/fr.acinq.lightning/lightning-kmp-iosarm64/1.5.10/1-lightning-kmp-cinterop-PhoenixCrypto can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: Compilation failed: Index 0 out of bounds for length 0
* Source files:
* Compiler version: 1.9.20
* Output kind: FRAMEWORK
e: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization$InterproceduralAnalysis.getCalledInitializer(StaticInitializersOptimization.kt:246)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization$InterproceduralAnalysis.analyze(StaticInitializersOptimization.kt:120)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization.removeRedundantCalls(StaticInitializersOptimization.kt:527)
at org.jetbrains.kotlin.backend.konan.driver.phases.LTOKt$RemoveRedundantCallsToStaticInitializersPhase$1.invoke(LTO.kt:198)
at org.jetbrains.kotlin.backend.konan.driver.phases.LTOKt$RemoveRedundantCallsToStaticInitializersPhase$1.invoke(LTO.kt:175)
at org.jetbrains.kotlin.backend.konan.driver.phases.PhaseBuildersKt$createSimpleNamedCompilerPhase$3.phaseBody(PhaseBuilders.kt:54)
at org.jetbrains.kotlin.backend.konan.driver.phases.PhaseBuildersKt$createSimpleNamedCompilerPhase$3.phaseBody(PhaseBuilders.kt:42)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:207)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine.runPhase(Machinery.kt:139)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runCodegen(TopLevelPhases.kt:362)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackendCodegen(TopLevelPhases.kt:321)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.compileModule(TopLevelPhases.kt:251)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackend$lambda$9$runAfterLowerings(TopLevelPhases.kt:105)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackend(TopLevelPhases.kt:124)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.produceObjCFramework(DynamicCompilerDriver.kt:76)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.access$produceObjCFramework(DynamicCompilerDriver.kt:31)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver$run$1$1$1.invoke(DynamicCompilerDriver.kt:42)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver$run$1$1$1.invoke(DynamicCompilerDriver.kt:36)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion$startTopLevel$topLevelPhase$1.phaseBody(Machinery.kt:98)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion$startTopLevel$topLevelPhase$1.phaseBody(Machinery.kt:92)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:207)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion.startTopLevel(Machinery.kt:105)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.run(DynamicCompilerDriver.kt:36)
at org.jetbrains.kotlin.backend.konan.KonanDriver.run(KonanDriver.kt:118)
at org.jetbrains.kotlin.cli.bc.K2Native.runKonanDriver(K2Native.kt:151)
at org.jetbrains.kotlin.cli.bc.K2Native.doExecute(K2Native.kt:69)
at org.jetbrains.kotlin.cli.bc.K2Native.doExecute(K2Native.kt:36)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48)
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101)
at co.touchlab.skie.acceptancetests.framework.internal.testrunner.phases.kotlin.KotlinTestLinker.link(KotlinTestLinker.kt:42)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTest$measuredTest$1$2.invoke(ExternalLibrariesTestRunner.kt:94)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTest$measuredTest$1$2.invoke(ExternalLibrariesTestRunner.kt:92)
at co.touchlab.skie.acceptancetests.framework.internal.testrunner.IntermediateResult$Value.flatMap(IntermediateResult.kt:23)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner.runTest(ExternalLibrariesTestRunner.kt:92)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1$results$1.invoke(ExternalLibrariesTestRunner.kt:48)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1$results$1.invoke(ExternalLibrariesTestRunner.kt:47)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1.invokeSuspend$lambda$1(ExternalLibrariesTestRunner.kt:47)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:952)
at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:926)
at java.base/java.util.stream.AbstractTask.compute(AbstractTask.java:327)
at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
ExternalLibrariesTest.[40]: app.cash.redwood:redwood-treehouse-composeui-insets-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[41]: app.cash.redwood:redwood-treehouse-composeui-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[46]: app.cash.redwood:redwood-treehouse-host-iosarm64:0.7.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[49]: app.cash.redwood:redwood-treehouse-lazylayout-composeui-iosarm64:0.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.Decorations.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libparticles.a(libparticles.SkParticleEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libparticles.a(libparticles.SkReflected.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.FontArguments.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.FontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.OneLineShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.ParagraphBuilderImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.ParagraphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.ParagraphImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.ParagraphStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.Run.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.TextLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.TextShadow.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.TextStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.TextWrapper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.TypefaceFontProvider.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskparagraph.a(libskparagraph.TestFontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.appendable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.bmpset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.brkeng.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.bytesinkutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.bytestream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.bytestrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.bytestriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.bytestrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.caniter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.characterproperties.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.chariter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.charstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.cmemory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.cstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.cstring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.cwchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.dictbe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.dictionarydata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.dtintrv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.edits.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.errorcode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.filteredbrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.filterednormalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.icudataver.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.icuplug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.loadednormalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.localebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.locavailable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.locbased.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.locdispnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.BlendModes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Camera.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Composition.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Layer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Path.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Skottie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.locdspnm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.locid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.SkottieJson.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.SkottieProperty.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Transform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Animator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.ScalarKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.ShapeKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TextKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Vec2KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.VectorKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.BlackAndWhiteEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.BrightnessContrastEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.BulgeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.CCTonerEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.CornerPinEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.DirectionalBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.DisplacementMapEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.DropShadowEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Effects.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.sk_imageinfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.sk_paint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.sk_surface.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkAAClip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkATrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkAlphaRuns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkAnalyticEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkAnnotation.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkArenaAlloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkAutoPixmapStorage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBBHFactory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBitmapCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBitmapDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBitmapProcState.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBitmapProcState_matrixProcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlendMode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlendModeBlender.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlitRow_D32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlitter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlitter_A8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlitter_ARGB32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlitter_RGB565.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlitter_Sprite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlockAllocator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlurMF.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.FillEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.FractalNoiseEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.loclikely.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.locmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.GaussianBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.GlowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.GradientEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGAttribute.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.HueSaturationEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.InvertEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.LevelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGAttributeParser.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.LinearWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.MotionBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.MotionTileEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.RadialWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.ShadowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.SharpenEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.ShiftChannelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.SkSLEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.SphereEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.ThresholdEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TintEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TransformEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.locresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.locutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.messagepattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBlurMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkCachedData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkCanvas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkCanvasPriv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkCapabilities.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkChromeRemoteGlyphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkClipStack.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkClipStackDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkColor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkColorFilter_Matrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkColorSpace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGCircle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkColorSpaceXformSteps.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkCompressedDataUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkContourMeasure.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGClipPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGContainer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGDOM.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TritoneEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.VenetianBlindsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.AudioLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.FootageLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.NullLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.PrecompLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.SolidLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TextLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.png.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.normalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkConvertPixels.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkCpu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkCubicClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkCubicMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDataTable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDeferredDisplayList.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDeferredDisplayListRecorder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDeque.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDescriptor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDistanceFieldGen.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDocument.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDraw.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDrawLooper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDrawShadowInfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDraw_atlas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDraw_text.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDraw_vertices.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkEdgeBuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkEdgeClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkExecutor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkFlattenable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGEllipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeBlend.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeColorMatrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeComposite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeDisplacementMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeFlood.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeGaussianBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeLightSource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeLighting.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeMorphology.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeOffset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFeTurbulence.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGFilterContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGLinearGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Ellipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.FillStroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGOpenTypeSVGDecoder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Gradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGPattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.MergePaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGPoly.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.OffsetPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGRadialGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Polystar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.PuckerBloat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGRenderContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Rectangle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.Repeater.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGSVG.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGShape.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGStop.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.RoundCorners.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGText.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.ShapeLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TrimPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.RangeSelector.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.SkottieShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGTransformableNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGUse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libsvg.SkSVGValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsvg.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TextAdapter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TextAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskottie.TextValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngerror.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskottie.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp_sse41.a(libwebp_sse41.alpha_processing_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp_sse41.a(libwebp_sse41.dec_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp_sse41.a(libwebp_sse41.enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp_sse41.a(libwebp_sse41.lossless_enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp_sse41.a(libwebp_sse41.lossless_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp_sse41.a(libwebp_sse41.upsampling_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp_sse41.a(libwebp_sse41.yuv_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngget.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngmem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGClipEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngpread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGDraw.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGEffectNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGGeometryEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGGeometryNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngrio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGGroup.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngrtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGInvalidationController.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGMaskEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGMerge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngrutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGOpacityEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGPaint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGPlane.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGRenderEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.normalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkFont.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngtrans.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkFontDescriptor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkFontMgr.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.normlzr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkFontStream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkFont_serial.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkGaussFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkGeometry.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.parsepos.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.patternprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkGlobalInitialization_core.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkGlyph.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.pluralmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.propname.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkGlyphBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.propsvec.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkGlyphRunPainter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.punycode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkGpuBlurUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libicu.a(libicu.putil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkGraphics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkHalf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkICC.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libskia.a(libskia.SkIDChangeListener.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngwio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngwrite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngwtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.pngwutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.arm_init.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.filter_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libpng.a(libpng.palette_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libfreetype2.a(libfreetype2.autofit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGRenderNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGScene.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGText.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libsksg.a(libsksg.SkSGTransform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp.a(libwebp.sharpyuv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp.a(libwebp.sharpyuv_csp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included7957128347634928808/libwebp.a(libwebp.sharpyuv_dsp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/inc
|
ExternalLibrariesTest.[59]: app.cash.sqldelight:native-driver-iosarm64:2.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[64]: app.cash.zipline:zipline-loader-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[81]: co.touchlab.crashkios:bugsnag-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/bugsnag-iosarm64/0.8.5/4-bugsnag-cinterop-bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[83]: co.touchlab.crashkios:crashlytics-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/crashlytics-iosarm64/0.8.5/4-crashlytics-cinterop-crashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[88]: co.touchlab:kermit-bugsnag-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[91]: co.touchlab:kermit-crashlytics-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[96]: co.touchlab:kermit-sentry-iosarm64:1.2.0-M2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/kermit-sentry-iosarm64/1.2.0-M2/4-kermit-sentry-cinterop-kermit-sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryBreadcrumb", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[101]: co.touchlab:sqliter-driver-iosarm64:1.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/sqliter-driver-iosarm64/1.2.3/4-sqliter-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[102]: co.touchlab:sqliter-iosarm64:0.7.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_KonanNeedDebugInfo", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"RuntimeAssertFailed(char const*, char const*)", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"konan::free(void*)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
_DisposeCStringHelper in Kotlin.framework.o
"konan::calloc(unsigned long, unsigned long)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_SQLiter_SQLiteStatement_nativeBindBlob in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_SQLiter_SQLiteStatement_nativeBindDouble in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_SQLiter_SQLiteStatement_nativeBindLong in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_SQLiter_SQLiteStatement_nativeBindNull in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_SQLiter_SQLiteConnection_nativeBindParameterIndex in Kotlin.framework.o
"_sqlite3_bind_text16", referenced from:
_SQLiter_SQLiteStatement_nativeBindString in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_SQLiter_SQLiteConnection_nativeClearBindings in Kotlin.framework.o
"_sqlite3_close", referenced from:
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_SQLiter_SQLiteConnection_nativeColumnCount in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetDouble in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetLong in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_SQLiter_SQLiteConnection_nativeColumnName in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_SQLiter_SQLiteConnection_nativeColumnIsNull in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnType in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_extended_errcode", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_SQLiter_SQLiteStatement_nativeFinalizeStatement in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_SQLiter_SQLiteConnection_nativeResetStatement in Kotlin.framework.o
"_sqlite3_sql", referenced from:
android::sqliteTraceV2Callback(unsigned int, void*, void*, void*) in Kotlin.framework.o
"_sqlite3_step", referenced from:
_SQLiter_SQLiteConnection_nativeStep in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecute in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_trace_v2", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[148]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-incubating-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[149]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[205]: com.carelesscoyotes.remotedata:remotedata-compose-iosarm64:0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[218]: com.ctrip.flight.mmkv:mmkv-kotlin-iosarm64:1.2.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.flight.mmkv/mmkv-kotlin-iosarm64/1.2.8/4-mmkv-kotlin-cinterop-MMKV can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found MMKV
|
ExternalLibrariesTest.[219]: com.ctrip.kotlin:sqllin-driver-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.kotlin/sqllin-driver-iosarm64/1.2.1/4-sqllin-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_zeroblob_wrapper80 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_com_ctrip_sqllin_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[220]: com.ctrip.kotlin:sqllin-dsl-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_zeroblob_wrapper80 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_com_ctrip_sqllin_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[245]: com.ditchoom:mqtt-4-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[246]: com.ditchoom:mqtt-5-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[248]: com.ditchoom:mqtt-client-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/mqtt-client-iosarm64/1.1.4/1-mqtt-client-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[249]: com.ditchoom:socket-iosarm64:1.1.14[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/socket-iosarm64/1.1.14/1-socket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$__TtC13SocketWrapper27ServerSocketListenerWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[250]: com.ditchoom:websocket-iosarm64:1.0.7[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/websocket-iosarm64/1.0.7/1-websocket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[302]: com.github.anastr:speedometer-iosarm64:1.0.0-ALPHA02[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[313]: com.github.ln-12:multiplatform-connectivity-status-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.ln-12/multiplatform-connectivity-status-iosarm64/1.3.0/1-multiplatform-connectivity-status-cinterop-Reachability can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[318]: com.github.satoshun.firebase:analytics-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.satoshun.firebase/analytics-iosarm64/1.6.1/4-analytics-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[322]: com.github.submob:logmob-iosarm64:2.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[334]: com.hexascribe:chatbot-builder-iosarm64:1.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[361]: com.intsoftdev:nrservices-iosarm64:0.0.51[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[362]: com.intsoftdev:nrstations-iosarm64:0.0.52[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[363]: com.intsoftdev:sdknrservices-iosarm64:3.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[364]: com.intsoftdev:sdknrstations-iosarm64:3.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[398]: com.juul.datadog:bundled-iosarm64:0.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/4-bundled-cinterop-DatadogObjc can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/5-bundled-cinterop-DatadogCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found DatadogCore
|
ExternalLibrariesTest.[439]: com.linecorp.abc:kmm-notifications-iosarm64:0.4.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.linecorp.abc/kmm-notifications-iosarm64/0.4.2/4-kmm-notifications-cinterop-FirebaseMessaging can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: directory not found for option '-F/cinterop/keychain'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRMessaging", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[457]: com.mobilejazz:harmony-kotlin-iosarm64:6.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[477]: com.mparticle:smartype-mparticle-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.mparticle/smartype-mparticle-iosarm64/1.6.1/4-smartype-mparticle-cinterop-mParticle_Apple_SDK can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found mParticle_Apple_SDK
|
ExternalLibrariesTest.[481]: com.mxalbert.zoomable:zoomable-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[482]: com.myunidays:couchbaselite-iosarm64:0.1.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/couchbaselite-iosarm64/0.1.1/1-couchbaselite-cinterop-CouchbaseLite can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found CouchbaseLite
|
ExternalLibrariesTest.[485]: com.myunidays:klipper-iosarm64:0.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/klipper-iosarm64/0.0.3/1-klipper-cinterop-FlipperKit can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FKUserDefaultsPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperKitNetworkPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKIOSNetworkAdapter", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKRequestInfo", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKResponseInfo", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[486]: com.myunidays:segmenkt-iosarm64:0.0.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/segmenkt-iosarm64/0.0.8/4-segmenkt-cinterop-Segment can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SEGAnalytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SEGAnalyticsConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[491]: com.piasy:kmp-xlog-iosarm64:1.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.piasy/kmp-xlog-iosarm64/1.1.0/4-kmp-xlog-cinterop-xlog can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PSYMarsXLog", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[501]: com.rickclephas.kmp:nsexception-kt-bugsnag-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-bugsnag-iosarm64/0.1.13/1-nsexception-kt-bugsnag-cinterop-Bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[503]: com.rickclephas.kmp:nsexception-kt-crashlytics-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-crashlytics-iosarm64/0.1.13/1-nsexception-kt-crashlytics-cinterop-FirebaseCrashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_com_rickclephas_kmp_nsexceptionkt_crashlytics_cinterop_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[504]: com.rickclephas.kmp:nsexception-kt-sentry-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-sentry-iosarm64/0.1.13/1-nsexception-kt-sentry-cinterop-Sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryDependencyContainer", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelope", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeHeader", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeItem", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEvent", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryException", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryMechanism", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
"_sentrycrashsc_initWithBacktrace", referenced from:
_NSExceptionKt_SentryCrashStackCursorFromNSException in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[511]: com.shepeliev:webrtc-kmp-iosarm64:0.114.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.shepeliev/webrtc-kmp-iosarm64/0.114.4/1-webrtc-kmp-cinterop-WebRTC can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found WebRTC
|
ExternalLibrariesTest.[603]: com.squareup.sqldelight:native-driver-iosarm64:1.5.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[623]: com.terathought.enchant:flare-iosarm64:1.0.0-alpha12[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/1-flare-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/2-flare-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/3-flare-cinterop-FirebaseCore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/4-flare-cinterop-FirebaseFirestore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/5-flare-cinterop-FirebaseFunctions can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/6-flare-cinterop-FirebaseStorage can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/7-flare-cinterop-GoogleSignIn can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRActionCodeSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthCredential", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthDataResult", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRDocumentSnapshot", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIREmailAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFieldValue", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestore", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestoreSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFunctions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRGoogleAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROptions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorage", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageMetadata", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageReference", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRTimestamp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDSignIn", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[633]: com.unflow:shared-iosarm64:1.15.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[663]: de.voize:pytorch-lite-multiplatform-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/de.voize/pytorch-lite-multiplatform-iosarm64/0.6.0/4-pytorch-lite-multiplatform-cinterop-PLMLibTorchWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_IValueWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_Tensor", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_TorchModule", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[46]: app.cash.redwood:redwood-treehouse-host-iosarm64:0.7.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[49]: app.cash.redwood:redwood-treehouse-lazylayout-composeui-iosarm64:0.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libparticles.a(libparticles.SkParticleEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libparticles.a(libparticles.SkReflected.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.Decorations.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.FontArguments.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.FontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.OneLineShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.ParagraphBuilderImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.ParagraphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.ParagraphImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.ParagraphStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.Run.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.TextLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.TextShadow.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.TextStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.TextWrapper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.TypefaceFontProvider.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskparagraph.a(libskparagraph.TestFontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.appendable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.bmpset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.brkeng.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.bytesinkutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.bytestream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.bytestrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.bytestriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.bytestrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.caniter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.characterproperties.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.chariter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.charstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.cmemory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.cstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.cstring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.cwchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.dictbe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.dictionarydata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.dtintrv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.edits.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.errorcode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.filteredbrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.filterednormalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.icudataver.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.icuplug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.loadednormalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.localebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.locavailable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.locbased.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.locdispnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.locdspnm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.locid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.loclikely.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.locmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.locresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.locutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.messagepattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.normalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.normalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.normlzr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.parsepos.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.patternprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.pluralmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.propname.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.propsvec.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.punycode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.putil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbi_cache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbidata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbinode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbirb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbiscan.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbisetb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbistbl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.rbbitblb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.resbund.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.resbund_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.resource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ruleiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.schriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.serv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.servlk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.servlkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.servls.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.servnotf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.servrbf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.servslkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.sharedobject.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.simpleformatter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.static_unicode_sets.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.stringpiece.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.stringtriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uarrsort.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ubidi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ubidi_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ubidiln.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ubiditransform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ubidiwrt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ubrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucasemap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucasemap_titlecase_brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucharstrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucharstriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucharstrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uchriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucln_cmn.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucmndata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv2022.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_bld.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_cb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_ct.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_err.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_ext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_io.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_lmb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_set.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_u16.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_u32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_u7.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnv_u8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnvbocu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnvdisp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnvhz.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnvisci.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnvlat1.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnvmbcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnvscsu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucnvsel.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucol_swp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucptrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ucurr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.udata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.udatamem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.udataswp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uenum.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uhash.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uhash_us.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uidna.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uinit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uinvchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ulist.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uloc_keytype.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uloc_tag.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.umapfile.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.umath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.umutablecptrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.umutex.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unifiedcache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unifilt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unifunct.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uniset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uniset_closure.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uniset_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unisetspan.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unistr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unistr_case.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unistr_case_locale.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unistr_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unistr_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unistr_titlecase_brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unorm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.unormcmp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uobject.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ures_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uresbund.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.usc_impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uscript.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uscript_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uset_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.usetiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ushape.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.usprep.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustack.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustr_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustr_titlecase_brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustr_wcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustrcase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustrcase_locale.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustrenum.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustrfmt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.ustrtrns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.utext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.utf_impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.util.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.util_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.utrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.utrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.utrie2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.utrie2_builder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.utrie_swap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uts46.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.utypes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libicu.a(libicu.uvector.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.sk_imageinfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.sk_paint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.sk_surface.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkAAClip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkATrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkAlphaRuns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkAnalyticEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkAnnotation.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkArenaAlloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkAutoPixmapStorage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBBHFactory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBitmapCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.BlendModes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.Camera.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBitmapDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.Composition.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.Layer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBitmapProcState.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBitmapProcState_matrixProcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.Path.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlendMode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.Skottie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlendModeBlender.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlitRow_D32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlitter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.SkottieJson.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.SkottieProperty.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.Transform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlitter_A8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libsvg.a(libsvg.SkSVGAttribute.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlitter_ARGB32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libsvg.a(libsvg.SkSVGAttributeParser.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.Animator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlitter_RGB565.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.ScalarKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlitter_Sprite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libsvg.a(libsvg.SkSVGCircle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.ShapeKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlockAllocator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.TextKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlurMF.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.Vec2KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.VectorKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBlurMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.BlackAndWhiteEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskottie.a(libskottie.BrightnessContrastEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkCachedData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkCanvas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkCanvasPriv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkCapabilities.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkChromeRemoteGlyphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkClipStack.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkClipStackDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkColor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkColorFilter_Matrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkColorSpace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkColorSpaceXformSteps.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkCompressedDataUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkContourMeasure.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkConvertPixels.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkCpu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkCubicClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkCubicMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDataTable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDeferredDisplayList.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDeferredDisplayListRecorder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDeque.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDescriptor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDistanceFieldGen.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDocument.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDraw.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDrawLooper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDrawShadowInfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDraw_atlas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDraw_text.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDraw_vertices.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkEdgeBuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkEdgeClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkExecutor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkFlattenable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkFont.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkFontDescriptor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkFontMgr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkFontStream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkFont_serial.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkGaussFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkGeometry.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkGlobalInitialization_core.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkGlyph.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkGlyphBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkGlyphRunPainter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkGpuBlurUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkGraphics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkHalf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkICC.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkIDChangeListener.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkImageFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkImageFilterCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkImageFilterTypes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkImageGenerator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkImageInfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkKeyContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkKeyHelpers.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkLatticeIter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkLineClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkLocalMatrixImageFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkM44.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkMD5.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included812735127308847210/libskia.a(libskia.SkMalloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included
|
ExternalLibrariesTest.[59]: app.cash.sqldelight:native-driver-iosarm64:2.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[64]: app.cash.zipline:zipline-loader-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[81]: co.touchlab.crashkios:bugsnag-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/bugsnag-iosarm64/0.8.5/4-bugsnag-cinterop-bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[83]: co.touchlab.crashkios:crashlytics-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/crashlytics-iosarm64/0.8.5/4-crashlytics-cinterop-crashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[88]: co.touchlab:kermit-bugsnag-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[91]: co.touchlab:kermit-crashlytics-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[96]: co.touchlab:kermit-sentry-iosarm64:1.2.0-M2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/kermit-sentry-iosarm64/1.2.0-M2/4-kermit-sentry-cinterop-kermit-sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryBreadcrumb", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[101]: co.touchlab:sqliter-driver-iosarm64:1.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/sqliter-driver-iosarm64/1.2.3/4-sqliter-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.interop.SqliteDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[102]: co.touchlab:sqliter-iosarm64:0.7.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_KonanNeedDebugInfo", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"RuntimeAssertFailed(char const*, char const*)", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"konan::free(void*)", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
"konan::calloc(unsigned long, unsigned long)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text16", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#<get-columnCount>(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeCursor.$<init>$lambda$0$FUNCTION_REFERENCE$1.invoke#internal in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#<get-columnCount>(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#getDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#getDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#getLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#getLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeCursor#getType(kotlin.Int){}co.touchlab.sqliter.FieldType in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_extended_errcode", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#actualClose(kotlin.Long){} in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeStatement#actualClose(kotlin.Long){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#execute(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeStep in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[148]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-incubating-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[149]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[218]: com.ctrip.flight.mmkv:mmkv-kotlin-iosarm64:1.2.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.flight.mmkv/mmkv-kotlin-iosarm64/1.2.8/4-mmkv-kotlin-cinterop-MMKV can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found MMKV
|
ExternalLibrariesTest.[219]: com.ctrip.kotlin:sqllin-driver-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.kotlin/sqllin-driver-iosarm64/1.2.1/4-sqllin-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.RealDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement.executeNonQuery#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[220]: com.ctrip.kotlin:sqllin-dsl-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.RealDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement.executeNonQuery#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[245]: com.ditchoom:mqtt-4-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[246]: com.ditchoom:mqtt-5-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[248]: com.ditchoom:mqtt-client-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/mqtt-client-iosarm64/1.1.4/1-mqtt-client-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[249]: com.ditchoom:socket-iosarm64:1.1.14[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/socket-iosarm64/1.1.14/1-socket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$__TtC13SocketWrapper27ServerSocketListenerWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[250]: com.ditchoom:websocket-iosarm64:1.0.7[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/websocket-iosarm64/1.0.7/1-websocket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[302]: com.github.anastr:speedometer-iosarm64:1.0.0-ALPHA02[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[313]: com.github.ln-12:multiplatform-connectivity-status-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.ln-12/multiplatform-connectivity-status-iosarm64/1.3.0/1-multiplatform-connectivity-status-cinterop-Reachability can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[318]: com.github.satoshun.firebase:analytics-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.satoshun.firebase/analytics-iosarm64/1.6.1/4-analytics-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[322]: com.github.submob:logmob-iosarm64:2.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[334]: com.hexascribe:chatbot-builder-iosarm64:1.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[361]: com.intsoftdev:nrservices-iosarm64:0.0.51[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[362]: com.intsoftdev:nrstations-iosarm64:0.0.52[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[363]: com.intsoftdev:sdknrservices-iosarm64:3.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[364]: com.intsoftdev:sdknrstations-iosarm64:3.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[398]: com.juul.datadog:bundled-iosarm64:0.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/4-bundled-cinterop-DatadogObjc can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/5-bundled-cinterop-DatadogCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found DatadogCore
|
ExternalLibrariesTest.[439]: com.linecorp.abc:kmm-notifications-iosarm64:0.4.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.linecorp.abc/kmm-notifications-iosarm64/0.4.2/4-kmm-notifications-cinterop-FirebaseMessaging can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: directory not found for option '-F/cinterop/keychain'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRMessaging", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[457]: com.mobilejazz:harmony-kotlin-iosarm64:6.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[477]: com.mparticle:smartype-mparticle-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.mparticle/smartype-mparticle-iosarm64/1.6.1/4-smartype-mparticle-cinterop-mParticle_Apple_SDK can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found mParticle_Apple_SDK
|
ExternalLibrariesTest.[482]: com.myunidays:couchbaselite-iosarm64:0.1.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/couchbaselite-iosarm64/0.1.1/1-couchbaselite-cinterop-CouchbaseLite can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found CouchbaseLite
|
ExternalLibrariesTest.[485]: com.myunidays:klipper-iosarm64:0.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/klipper-iosarm64/0.0.3/1-klipper-cinterop-FlipperKit can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FKUserDefaultsPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperKitNetworkPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKIOSNetworkAdapter", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKRequestInfo", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKResponseInfo", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[486]: com.myunidays:segmenkt-iosarm64:0.0.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/segmenkt-iosarm64/0.0.8/4-segmenkt-cinterop-Segment can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SEGAnalytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SEGAnalyticsConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[491]: com.piasy:kmp-xlog-iosarm64:1.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.piasy/kmp-xlog-iosarm64/1.1.0/4-kmp-xlog-cinterop-xlog can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PSYMarsXLog", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[501]: com.rickclephas.kmp:nsexception-kt-bugsnag-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-bugsnag-iosarm64/0.1.13/1-nsexception-kt-bugsnag-cinterop-Bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[503]: com.rickclephas.kmp:nsexception-kt-crashlytics-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-crashlytics-iosarm64/0.1.13/1-nsexception-kt-crashlytics-cinterop-FirebaseCrashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:com.rickclephas.kmp.nsexceptionkt.crashlytics.$setCrashlyticsUnhandledExceptionHook$lambda$0$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(kotlin.Throwable){}#internal in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[504]: com.rickclephas.kmp:nsexception-kt-sentry-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-sentry-iosarm64/0.1.13/1-nsexception-kt-sentry-cinterop-Sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryDependencyContainer", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelope", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeHeader", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeItem", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEvent", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryException", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryMechanism", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
"_sentrycrashsc_initWithBacktrace", referenced from:
_kfun:com.rickclephas.kmp.nsexceptionkt.sentry.asSentryEvent#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[511]: com.shepeliev:webrtc-kmp-iosarm64:0.114.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.shepeliev/webrtc-kmp-iosarm64/0.114.4/1-webrtc-kmp-cinterop-WebRTC can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found WebRTC
|
ExternalLibrariesTest.[603]: com.squareup.sqldelight:native-driver-iosarm64:1.5.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[623]: com.terathought.enchant:flare-iosarm64:1.0.0-alpha12[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/1-flare-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/2-flare-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/3-flare-cinterop-FirebaseCore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/4-flare-cinterop-FirebaseFirestore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/5-flare-cinterop-FirebaseFunctions can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/6-flare-cinterop-FirebaseStorage can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/7-flare-cinterop-GoogleSignIn can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRActionCodeSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthCredential", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthDataResult", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRDocumentSnapshot", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIREmailAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFieldValue", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestore", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestoreSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFunctions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRGoogleAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROptions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorage", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageMetadata", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageReference", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRTimestamp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDSignIn", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[633]: com.unflow:shared-iosarm64:1.15.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[663]: de.voize:pytorch-lite-multiplatform-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/de.voize/pytorch-lite-multiplatform-iosarm64/0.6.0/4-pytorch-lite-multiplatform-cinterop-PLMLibTorchWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_IValueWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_Tensor", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_TorchModule", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[669]: dev.chrisbanes.circuit:circuit-foundation-iosarm64:0.9.1-compose-mp[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[684]: dev.gitlive:appauth-kotlin-iosarm64:0.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/appauth-kotlin-iosarm64/0.0.2/1-appauth-kotlin-cinterop-AppAuth can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_OIDAuthorizationRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDAuthorizationService", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDEndSessionRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDExternalUserAgentIOS", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDServiceConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDTokenRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$___SkieUnknownCInteropFrameworkErrorType", referenced from:
objc-class-ref in Kotlin.o
"_OIDGeneralErrorDomain", referenced from:
_kfun:dev.gitlive.appauth.toException#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[685]: dev.gitlive:firebase-app-iosarm64:1.10.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/firebase-app-iosarm64/1.10.3/1-firebase-app-cinterop-FirebaseCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[686]: dev.gitlive:firebase-auth-iosarm64:1.10.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/firebase-auth-iosarm64/1.10.3/1-firebase-auth-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseAuth
|
ExternalLibrariesTest.[835]: fr.acinq.lightning:lightning-kmp-iosarm64:1.5.10[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/fr.acinq.lightning/lightning-kmp-iosarm64/1.5.10/1-lightning-kmp-cinterop-PhoenixCrypto can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: Compilation failed: Index 0 out of bounds for length 0
* Source files:
* Compiler version: 1.9.20
* Output kind: FRAMEWORK
e: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization$InterproceduralAnalysis.getCalledInitializer(StaticInitializersOptimization.kt:246)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization$InterproceduralAnalysis.analyze(StaticInitializersOptimization.kt:120)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization.removeRedundantCalls(StaticInitializersOptimization.kt:527)
at org.jetbrains.kotlin.backend.konan.driver.phases.LTOKt$RemoveRedundantCallsToStaticInitializersPhase$1.invoke(LTO.kt:198)
at org.jetbrains.kotlin.backend.konan.driver.phases.LTOKt$RemoveRedundantCallsToStaticInitializersPhase$1.invoke(LTO.kt:175)
at org.jetbrains.kotlin.backend.konan.driver.phases.PhaseBuildersKt$createSimpleNamedCompilerPhase$3.phaseBody(PhaseBuilders.kt:54)
at org.jetbrains.kotlin.backend.konan.driver.phases.PhaseBuildersKt$createSimpleNamedCompilerPhase$3.phaseBody(PhaseBuilders.kt:42)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:207)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine.runPhase(Machinery.kt:139)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runCodegen(TopLevelPhases.kt:362)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackendCodegen(TopLevelPhases.kt:321)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.compileModule(TopLevelPhases.kt:251)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackend$lambda$9$runAfterLowerings(TopLevelPhases.kt:105)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackend(TopLevelPhases.kt:124)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.produceObjCFramework(DynamicCompilerDriver.kt:76)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.access$produceObjCFramework(DynamicCompilerDriver.kt:31)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver$run$1$1$1.invoke(DynamicCompilerDriver.kt:42)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver$run$1$1$1.invoke(DynamicCompilerDriver.kt:36)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion$startTopLevel$topLevelPhase$1.phaseBody(Machinery.kt:98)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion$startTopLevel$topLevelPhase$1.phaseBody(Machinery.kt:92)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:207)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion.startTopLevel(Machinery.kt:105)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.run(DynamicCompilerDriver.kt:36)
at org.jetbrains.kotlin.backend.konan.KonanDriver.run(KonanDriver.kt:118)
at org.jetbrains.kotlin.cli.bc.K2Native.runKonanDriver(K2Native.kt:151)
at org.jetbrains.kotlin.cli.bc.K2Native.doExecute(K2Native.kt:69)
at org.jetbrains.kotlin.cli.bc.K2Native.doExecute(K2Native.kt:36)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48)
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101)
at co.touchlab.skie.acceptancetests.framework.internal.testrunner.phases.kotlin.KotlinTestLinker.link(KotlinTestLinker.kt:42)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTest$measuredTest$1$2.invoke(ExternalLibrariesTestRunner.kt:94)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTest$measuredTest$1$2.invoke(ExternalLibrariesTestRunner.kt:92)
at co.touchlab.skie.acceptancetests.framework.internal.testrunner.IntermediateResult$Value.flatMap(IntermediateResult.kt:23)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner.runTest(ExternalLibrariesTestRunner.kt:92)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1$results$1.invoke(ExternalLibrariesTestRunner.kt:48)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1$results$1.invoke(ExternalLibrariesTestRunner.kt:47)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1.invokeSuspend$lambda$1(ExternalLibrariesTestRunner.kt:47)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:952)
at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:926)
at java.base/java.util.stream.AbstractTask.compute(AbstractTask.java:327)
at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
ExternalLibrariesTest.[40]: app.cash.redwood:redwood-treehouse-composeui-insets-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[41]: app.cash.redwood:redwood-treehouse-composeui-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[46]: app.cash.redwood:redwood-treehouse-host-iosarm64:0.7.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[49]: app.cash.redwood:redwood-treehouse-lazylayout-composeui-iosarm64:0.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libparticles.a(libparticles.SkParticleEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libparticles.a(libparticles.SkReflected.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.Decorations.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.FontArguments.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.FontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.OneLineShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.ParagraphBuilderImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.ParagraphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.ParagraphImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.ParagraphStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.Run.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.TextLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.TextShadow.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.TextStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.TextWrapper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.TypefaceFontProvider.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskparagraph.a(libskparagraph.TestFontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.appendable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.bmpset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.brkeng.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.bytesinkutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.bytestream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.bytestrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.bytestriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.bytestrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.caniter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.characterproperties.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.chariter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.charstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.cmemory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.cstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.cstring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.cwchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.dictbe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.dictionarydata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.dtintrv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.edits.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.errorcode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.filteredbrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.filterednormalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.icudataver.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.icuplug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.loadednormalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.localebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.locavailable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.locbased.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.locdispnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.locdspnm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.locid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.loclikely.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.locmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.BlendModes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Camera.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.sk_imageinfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Composition.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.sk_paint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Layer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.sk_surface.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkAAClip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Path.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Skottie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkATrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkAlphaRuns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkAnalyticEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkAnnotation.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkArenaAlloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkAutoPixmapStorage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBBHFactory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.locresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.SkottieJson.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.locutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.SkottieProperty.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.messagepattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Transform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.normalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Animator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.ScalarKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.ShapeKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TextKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Vec2KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.normalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.VectorKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGAttribute.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.BlackAndWhiteEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGAttributeParser.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.BrightnessContrastEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.normlzr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.BulgeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.parsepos.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGCircle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.patternprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGClipPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.pluralmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGContainer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGDOM.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.propname.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.propsvec.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.punycode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.CCTonerEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.putil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGEllipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBitmapCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBitmapDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.CornerPinEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.DirectionalBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFe.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBitmapProcState.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.DisplacementMapEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeBlend.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeColorMatrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.DropShadowEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeComposite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Effects.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBitmapProcState_matrixProcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbi_cache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.FillEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlendMode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.FractalNoiseEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbidata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlendModeBlender.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbinode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbirb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbiscan.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbisetb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbistbl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlitRow_D32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlitter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeDisplacementMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlitter_A8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.rbbitblb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlitter_ARGB32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.GaussianBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.GlowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.resbund.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.GradientEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.resbund_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.HueSaturationEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlitter_RGB565.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.resource.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlitter_Sprite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.InvertEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.LevelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlockAllocator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeFlood.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlurMF.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeGaussianBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.LinearWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeLightSource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.MotionBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.MotionTileEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeLighting.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBlurMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.RadialWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeMorphology.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.ShadowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeOffset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkCachedData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFeTurbulence.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.SharpenEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkCanvas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGFilterContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.ShiftChannelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.SkSLEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.SphereEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGLinearGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.ThresholdEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TintEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TransformEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TritoneEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.VenetianBlindsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.AudioLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGOpenTypeSVGDecoder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.FootageLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkCanvasPriv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.NullLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkCapabilities.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.PrecompLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGPattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkChromeRemoteGlyphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGPoly.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.SolidLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGRadialGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TextLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGRenderContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Ellipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.FillStroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGSVG.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGShape.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGStop.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Gradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGText.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkClipStack.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ruleiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.schriter.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.MergePaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.serv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGTransformableNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.png.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGUse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkClipStackDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libsvg.SkSVGValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libsvg.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkColor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.servlk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngerror.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.servlkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngget.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.servls.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkColorFilter_Matrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngmem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngpread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.servnotf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkColorSpace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.servrbf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.servslkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.sharedobject.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.simpleformatter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkColorSpaceXformSteps.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.OffsetPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.static_unicode_sets.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.autofit.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkCompressedDataUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngrio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkContourMeasure.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngrtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.stringpiece.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkConvertPixels.o)) was built for newer iOS version (15.2) than being linked (13.0)object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Polystar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngrutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.stringtriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.PuckerBloat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Rectangle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.Repeater.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.uarrsort.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ubidi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftbase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.RoundCorners.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.ShapeLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ubidi_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TrimPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ubidiln.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ubiditransform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.RangeSelector.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ubidiwrt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.SkottieShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftbbox.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ubrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftbitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftdebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftfstype.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftgasp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftglyph.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TextAdapter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftinit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkCpu.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngtrans.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftmm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngwio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ucase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftpatent.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngwrite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TextAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkCubicClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskottie.TextValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkCubicMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskottie.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ucasemap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkDataTable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngwtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.pngwutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ucasemap_titlecase_brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libwebp_sse41.a(libwebp_sse41.alpha_processing_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ucat.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftstroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkDebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkDeferredDisplayList.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftsynth.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.uchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libwebp_sse41.a(libwebp_sse41.dec_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libwebp_sse41.a(libwebp_sse41.enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkDeferredDisplayListRecorder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libwebp_sse41.a(libwebp_sse41.lossless_enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libwebp_sse41.a(libwebp_sse41.lossless_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ucharstrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.arm_init.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libpng.a(libpng.filter_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ucharstriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libwebp_sse41.a(libwebp_sse41.upsampling_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkDeque.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ucharstrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftsystem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.uchriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.fttype1.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libicu.a(libicu.ucln_cmn.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.ftwinfnt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libfreetype2.a(libfreetype2.cff.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libwebp_sse41.a(libwebp_sse41.yuv_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included9842628235517891714/libskia.a(libskia.SkDescriptor.o)) was built for newer iOS version (15.2) than being link
|
ExternalLibrariesTest.[59]: app.cash.sqldelight:native-driver-iosarm64:2.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[64]: app.cash.zipline:zipline-loader-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[81]: co.touchlab.crashkios:bugsnag-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/bugsnag-iosarm64/0.8.5/4-bugsnag-cinterop-bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[83]: co.touchlab.crashkios:crashlytics-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/crashlytics-iosarm64/0.8.5/4-crashlytics-cinterop-crashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[88]: co.touchlab:kermit-bugsnag-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[91]: co.touchlab:kermit-crashlytics-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[96]: co.touchlab:kermit-sentry-iosarm64:1.2.0-M2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/kermit-sentry-iosarm64/1.2.0-M2/4-kermit-sentry-cinterop-kermit-sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryBreadcrumb", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[101]: co.touchlab:sqliter-driver-iosarm64:1.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/sqliter-driver-iosarm64/1.2.3/4-sqliter-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[102]: co.touchlab:sqliter-iosarm64:0.7.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_KonanNeedDebugInfo", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"RuntimeAssertFailed(char const*, char const*)", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"konan::free(void*)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
_DisposeCStringHelper in Kotlin.framework.o
"konan::calloc(unsigned long, unsigned long)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_SQLiter_SQLiteStatement_nativeBindBlob in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_SQLiter_SQLiteStatement_nativeBindDouble in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_SQLiter_SQLiteStatement_nativeBindLong in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_SQLiter_SQLiteStatement_nativeBindNull in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_SQLiter_SQLiteConnection_nativeBindParameterIndex in Kotlin.framework.o
"_sqlite3_bind_text16", referenced from:
_SQLiter_SQLiteStatement_nativeBindString in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_SQLiter_SQLiteConnection_nativeClearBindings in Kotlin.framework.o
"_sqlite3_close", referenced from:
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_SQLiter_SQLiteConnection_nativeColumnCount in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetDouble in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetLong in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_SQLiter_SQLiteConnection_nativeColumnName in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_SQLiter_SQLiteConnection_nativeColumnIsNull in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnType in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_extended_errcode", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_SQLiter_SQLiteStatement_nativeFinalizeStatement in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_SQLiter_SQLiteConnection_nativeResetStatement in Kotlin.framework.o
"_sqlite3_sql", referenced from:
android::sqliteTraceV2Callback(unsigned int, void*, void*, void*) in Kotlin.framework.o
"_sqlite3_step", referenced from:
_SQLiter_SQLiteConnection_nativeStep in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecute in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_trace_v2", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[148]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-incubating-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[149]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[205]: com.carelesscoyotes.remotedata:remotedata-compose-iosarm64:0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[218]: com.ctrip.flight.mmkv:mmkv-kotlin-iosarm64:1.2.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.flight.mmkv/mmkv-kotlin-iosarm64/1.2.8/4-mmkv-kotlin-cinterop-MMKV can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found MMKV
|
ExternalLibrariesTest.[219]: com.ctrip.kotlin:sqllin-driver-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.kotlin/sqllin-driver-iosarm64/1.2.1/4-sqllin-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_zeroblob_wrapper80 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_com_ctrip_sqllin_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[220]: com.ctrip.kotlin:sqllin-dsl-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_zeroblob_wrapper80 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_com_ctrip_sqllin_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[245]: com.ditchoom:mqtt-4-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[246]: com.ditchoom:mqtt-5-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[248]: com.ditchoom:mqtt-client-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/mqtt-client-iosarm64/1.1.4/1-mqtt-client-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[249]: com.ditchoom:socket-iosarm64:1.1.14[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/socket-iosarm64/1.1.14/1-socket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$__TtC13SocketWrapper27ServerSocketListenerWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[250]: com.ditchoom:websocket-iosarm64:1.0.7[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/websocket-iosarm64/1.0.7/1-websocket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[302]: com.github.anastr:speedometer-iosarm64:1.0.0-ALPHA02[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[313]: com.github.ln-12:multiplatform-connectivity-status-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.ln-12/multiplatform-connectivity-status-iosarm64/1.3.0/1-multiplatform-connectivity-status-cinterop-Reachability can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[318]: com.github.satoshun.firebase:analytics-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.satoshun.firebase/analytics-iosarm64/1.6.1/4-analytics-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[322]: com.github.submob:logmob-iosarm64:2.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[334]: com.hexascribe:chatbot-builder-iosarm64:1.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[361]: com.intsoftdev:nrservices-iosarm64:0.0.51[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[362]: com.intsoftdev:nrstations-iosarm64:0.0.52[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[363]: com.intsoftdev:sdknrservices-iosarm64:3.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[364]: com.intsoftdev:sdknrstations-iosarm64:3.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[398]: com.juul.datadog:bundled-iosarm64:0.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/4-bundled-cinterop-DatadogObjc can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/5-bundled-cinterop-DatadogCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found DatadogCore
|
ExternalLibrariesTest.[439]: com.linecorp.abc:kmm-notifications-iosarm64:0.4.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.linecorp.abc/kmm-notifications-iosarm64/0.4.2/4-kmm-notifications-cinterop-FirebaseMessaging can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: directory not found for option '-F/cinterop/keychain'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRMessaging", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[457]: com.mobilejazz:harmony-kotlin-iosarm64:6.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[477]: com.mparticle:smartype-mparticle-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.mparticle/smartype-mparticle-iosarm64/1.6.1/4-smartype-mparticle-cinterop-mParticle_Apple_SDK can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found mParticle_Apple_SDK
|
ExternalLibrariesTest.[481]: com.mxalbert.zoomable:zoomable-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[482]: com.myunidays:couchbaselite-iosarm64:0.1.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/couchbaselite-iosarm64/0.1.1/1-couchbaselite-cinterop-CouchbaseLite can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found CouchbaseLite
|
ExternalLibrariesTest.[485]: com.myunidays:klipper-iosarm64:0.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/klipper-iosarm64/0.0.3/1-klipper-cinterop-FlipperKit can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FKUserDefaultsPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperKitNetworkPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKIOSNetworkAdapter", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKRequestInfo", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKResponseInfo", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[486]: com.myunidays:segmenkt-iosarm64:0.0.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/segmenkt-iosarm64/0.0.8/4-segmenkt-cinterop-Segment can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SEGAnalytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SEGAnalyticsConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[491]: com.piasy:kmp-xlog-iosarm64:1.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.piasy/kmp-xlog-iosarm64/1.1.0/4-kmp-xlog-cinterop-xlog can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PSYMarsXLog", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[501]: com.rickclephas.kmp:nsexception-kt-bugsnag-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-bugsnag-iosarm64/0.1.13/1-nsexception-kt-bugsnag-cinterop-Bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[503]: com.rickclephas.kmp:nsexception-kt-crashlytics-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-crashlytics-iosarm64/0.1.13/1-nsexception-kt-crashlytics-cinterop-FirebaseCrashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_com_rickclephas_kmp_nsexceptionkt_crashlytics_cinterop_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[504]: com.rickclephas.kmp:nsexception-kt-sentry-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-sentry-iosarm64/0.1.13/1-nsexception-kt-sentry-cinterop-Sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryDependencyContainer", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelope", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeHeader", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeItem", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEvent", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryException", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryMechanism", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
"_sentrycrashsc_initWithBacktrace", referenced from:
_NSExceptionKt_SentryCrashStackCursorFromNSException in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[511]: com.shepeliev:webrtc-kmp-iosarm64:0.114.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.shepeliev/webrtc-kmp-iosarm64/0.114.4/1-webrtc-kmp-cinterop-WebRTC can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found WebRTC
|
ExternalLibrariesTest.[603]: com.squareup.sqldelight:native-driver-iosarm64:1.5.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[623]: com.terathought.enchant:flare-iosarm64:1.0.0-alpha12[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/1-flare-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/2-flare-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/3-flare-cinterop-FirebaseCore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/4-flare-cinterop-FirebaseFirestore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/5-flare-cinterop-FirebaseFunctions can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/6-flare-cinterop-FirebaseStorage can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/7-flare-cinterop-GoogleSignIn can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRActionCodeSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthCredential", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthDataResult", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRDocumentSnapshot", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIREmailAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFieldValue", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestore", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestoreSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFunctions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRGoogleAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROptions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorage", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageMetadata", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageReference", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRTimestamp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDSignIn", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[633]: com.unflow:shared-iosarm64:1.15.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[663]: de.voize:pytorch-lite-multiplatform-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/de.voize/pytorch-lite-multiplatform-iosarm64/0.6.0/4-pytorch-lite-multiplatform-cinterop-PLMLibTorchWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_IValueWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_Tensor", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_TorchModule", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[46]: app.cash.redwood:redwood-treehouse-host-iosarm64:0.7.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[49]: app.cash.redwood:redwood-treehouse-lazylayout-composeui-iosarm64:0.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libparticles.a(libparticles.SkParticleEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libparticles.a(libparticles.SkReflected.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.Decorations.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.FontArguments.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.FontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.OneLineShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.ParagraphBuilderImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.ParagraphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.ParagraphImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.ParagraphStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.Run.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.TextLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.TextShadow.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.TextStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.TextWrapper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.TypefaceFontProvider.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskparagraph.a(libskparagraph.TestFontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.appendable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.bmpset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.brkeng.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.bytesinkutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.bytestream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.bytestrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.bytestriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.bytestrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.caniter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.characterproperties.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.chariter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.charstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.cmemory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.cstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.cstring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.cwchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.dictbe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.dictionarydata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.dtintrv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.edits.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.errorcode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.filteredbrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.filterednormalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.icudataver.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGAttribute.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.icuplug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.loadednormalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGAttributeParser.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.localebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.BlendModes.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.locavailable.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGCircle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGClipPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.png.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGContainer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.locbased.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGDOM.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.locdispnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.locdspnm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngerror.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngget.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngmem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngpread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.locid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGEllipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeBlend.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeColorMatrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeComposite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeDisplacementMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeFlood.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeGaussianBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeLightSource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngrio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngrtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeLighting.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeMorphology.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeOffset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFeTurbulence.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngrutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGFilterContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGLinearGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.loclikely.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGOpenTypeSVGDecoder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.locmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Camera.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Composition.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Layer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Path.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngtrans.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngwio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGPattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Skottie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngwrite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.locresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.locutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.messagepattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.normalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngwtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.pngwutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.SkottieJson.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.normalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.SkottieProperty.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Transform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.normlzr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.arm_init.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.parsepos.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.filter_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.patternprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Animator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.pluralmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.propname.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.propsvec.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGPoly.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.punycode.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libpng.a(libpng.palette_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGRadialGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.putil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGRenderContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.ScalarKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.ShapeKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TextKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGSVG.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGShape.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Vec2KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbi_cache.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGStop.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGText.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbidata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.VectorKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbinode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbirb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGTransformableNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbiscan.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.BlackAndWhiteEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.BrightnessContrastEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.BulgeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbisetb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbistbl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.CCTonerEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.rbbitblb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.CornerPinEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.autofit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.DirectionalBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.resbund.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.DisplacementMapEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.resbund_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.DropShadowEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGUse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Effects.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libsvg.SkSVGValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsvg.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.FillEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.FractalNoiseEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftbase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libwebp_sse41.a(libwebp_sse41.alpha_processing_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libwebp_sse41.a(libwebp_sse41.dec_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libwebp_sse41.a(libwebp_sse41.enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libwebp_sse41.a(libwebp_sse41.lossless_enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libwebp_sse41.a(libwebp_sse41.lossless_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libwebp_sse41.a(libwebp_sse41.upsampling_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libwebp_sse41.a(libwebp_sse41.yuv_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftbbox.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftbitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftdebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftfstype.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftgasp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftglyph.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftinit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftmm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftpatent.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftstroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftsynth.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.GaussianBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.resource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.GlowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftsystem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGClipEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.fttype1.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.GradientEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftwinfnt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.cff.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.HueSaturationEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.InvertEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ruleiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.LevelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.LinearWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGDraw.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.MotionBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGEffectNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.MotionTileEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.type1cid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.RadialWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.schriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.ShadowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.ftgzip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.serv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.SharpenEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.ShiftChannelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.sk_imageinfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.SkSLEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.sk_paint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.sk_surface.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkAAClip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.SphereEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.servlk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkATrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkAlphaRuns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.servlkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.ThresholdEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.servls.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.psaux.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkAnalyticEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.servnotf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkAnnotation.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.servrbf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TintEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkArenaAlloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.servslkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TransformEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.sharedobject.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkAutoPixmapStorage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBBHFactory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TritoneEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGGeometryEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.simpleformatter.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.static_unicode_sets.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGGeometryNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.VenetianBlindsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.AudioLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.stringpiece.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.stringtriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.FootageLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBitmapCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.pshinter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBitmapDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.uarrsort.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.NullLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ubidi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.PrecompLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGGroup.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.psnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ubidi_props.o)) was built for newer iOS version (15.2) than being linked (13.0)object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGInvalidationController.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.SolidLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBitmapProcState.o)) was built for newer iOS version (15.2) than being linked (13.0)object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.raster.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TextLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ubidiln.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.sfnt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ubiditransform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Ellipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ubidiwrt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ubrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.FillStroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ucase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Gradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.MergePaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ucasemap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.OffsetPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Polystar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ucasemap_titlecase_brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ucat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.uchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBitmapProcState_matrixProcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.smooth.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBlendMode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.truetype.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBlendModeBlender.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ucharstrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGMaskEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.PuckerBloat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGMerge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Rectangle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.Repeater.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.RoundCorners.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.type1.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.ShapeLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBlitRow_D32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TrimPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGOpacityEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.RangeSelector.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libicu.a(libicu.ucharstriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGPaint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libfreetype2.a(libfreetype2.svg.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBlitter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.SkottieShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskia.a(libskia.SkBlitter_A8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TextAdapter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGPlane.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGRenderEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TextAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskottie.TextValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libskottie.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGRenderNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16999598093851052539/libsksg.a(libsksg.SkSGScene.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included1
|
ExternalLibrariesTest.[59]: app.cash.sqldelight:native-driver-iosarm64:2.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[64]: app.cash.zipline:zipline-loader-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[81]: co.touchlab.crashkios:bugsnag-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/bugsnag-iosarm64/0.8.5/4-bugsnag-cinterop-bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[83]: co.touchlab.crashkios:crashlytics-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/crashlytics-iosarm64/0.8.5/4-crashlytics-cinterop-crashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[88]: co.touchlab:kermit-bugsnag-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[91]: co.touchlab:kermit-crashlytics-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[96]: co.touchlab:kermit-sentry-iosarm64:1.2.0-M2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/kermit-sentry-iosarm64/1.2.0-M2/4-kermit-sentry-cinterop-kermit-sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryBreadcrumb", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[101]: co.touchlab:sqliter-driver-iosarm64:1.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/sqliter-driver-iosarm64/1.2.3/4-sqliter-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.interop.SqliteDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[102]: co.touchlab:sqliter-iosarm64:0.7.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_KonanNeedDebugInfo", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"RuntimeAssertFailed(char const*, char const*)", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"konan::free(void*)", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
"konan::calloc(unsigned long, unsigned long)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text16", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#<get-columnCount>(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeCursor.$<init>$lambda$0$FUNCTION_REFERENCE$1.invoke#internal in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#<get-columnCount>(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#getDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#getDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#getLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#getLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeCursor#getType(kotlin.Int){}co.touchlab.sqliter.FieldType in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_extended_errcode", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#actualClose(kotlin.Long){} in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeStatement#actualClose(kotlin.Long){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#execute(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeStep in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[148]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-incubating-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[149]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[218]: com.ctrip.flight.mmkv:mmkv-kotlin-iosarm64:1.2.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.flight.mmkv/mmkv-kotlin-iosarm64/1.2.8/4-mmkv-kotlin-cinterop-MMKV can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found MMKV
|
ExternalLibrariesTest.[219]: com.ctrip.kotlin:sqllin-driver-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.kotlin/sqllin-driver-iosarm64/1.2.1/4-sqllin-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.RealDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement.executeNonQuery#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[220]: com.ctrip.kotlin:sqllin-dsl-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.RealDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement.executeNonQuery#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[245]: com.ditchoom:mqtt-4-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[246]: com.ditchoom:mqtt-5-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[248]: com.ditchoom:mqtt-client-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/mqtt-client-iosarm64/1.1.4/1-mqtt-client-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[249]: com.ditchoom:socket-iosarm64:1.1.14[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/socket-iosarm64/1.1.14/1-socket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$__TtC13SocketWrapper27ServerSocketListenerWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[250]: com.ditchoom:websocket-iosarm64:1.0.7[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/websocket-iosarm64/1.0.7/1-websocket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[302]: com.github.anastr:speedometer-iosarm64:1.0.0-ALPHA02[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[313]: com.github.ln-12:multiplatform-connectivity-status-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.ln-12/multiplatform-connectivity-status-iosarm64/1.3.0/1-multiplatform-connectivity-status-cinterop-Reachability can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[318]: com.github.satoshun.firebase:analytics-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.satoshun.firebase/analytics-iosarm64/1.6.1/4-analytics-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[322]: com.github.submob:logmob-iosarm64:2.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[334]: com.hexascribe:chatbot-builder-iosarm64:1.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[361]: com.intsoftdev:nrservices-iosarm64:0.0.51[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[362]: com.intsoftdev:nrstations-iosarm64:0.0.52[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[363]: com.intsoftdev:sdknrservices-iosarm64:3.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[364]: com.intsoftdev:sdknrstations-iosarm64:3.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[398]: com.juul.datadog:bundled-iosarm64:0.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/4-bundled-cinterop-DatadogObjc can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/5-bundled-cinterop-DatadogCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found DatadogCore
|
ExternalLibrariesTest.[439]: com.linecorp.abc:kmm-notifications-iosarm64:0.4.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.linecorp.abc/kmm-notifications-iosarm64/0.4.2/4-kmm-notifications-cinterop-FirebaseMessaging can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: directory not found for option '-F/cinterop/keychain'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRMessaging", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[457]: com.mobilejazz:harmony-kotlin-iosarm64:6.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[477]: com.mparticle:smartype-mparticle-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.mparticle/smartype-mparticle-iosarm64/1.6.1/4-smartype-mparticle-cinterop-mParticle_Apple_SDK can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found mParticle_Apple_SDK
|
ExternalLibrariesTest.[482]: com.myunidays:couchbaselite-iosarm64:0.1.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/couchbaselite-iosarm64/0.1.1/1-couchbaselite-cinterop-CouchbaseLite can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found CouchbaseLite
|
ExternalLibrariesTest.[485]: com.myunidays:klipper-iosarm64:0.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/klipper-iosarm64/0.0.3/1-klipper-cinterop-FlipperKit can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FKUserDefaultsPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperKitNetworkPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKIOSNetworkAdapter", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKRequestInfo", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKResponseInfo", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[486]: com.myunidays:segmenkt-iosarm64:0.0.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/segmenkt-iosarm64/0.0.8/4-segmenkt-cinterop-Segment can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SEGAnalytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SEGAnalyticsConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[491]: com.piasy:kmp-xlog-iosarm64:1.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.piasy/kmp-xlog-iosarm64/1.1.0/4-kmp-xlog-cinterop-xlog can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PSYMarsXLog", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[501]: com.rickclephas.kmp:nsexception-kt-bugsnag-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-bugsnag-iosarm64/0.1.13/1-nsexception-kt-bugsnag-cinterop-Bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[503]: com.rickclephas.kmp:nsexception-kt-crashlytics-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-crashlytics-iosarm64/0.1.13/1-nsexception-kt-crashlytics-cinterop-FirebaseCrashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:com.rickclephas.kmp.nsexceptionkt.crashlytics.$setCrashlyticsUnhandledExceptionHook$lambda$0$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(kotlin.Throwable){}#internal in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[504]: com.rickclephas.kmp:nsexception-kt-sentry-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-sentry-iosarm64/0.1.13/1-nsexception-kt-sentry-cinterop-Sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryDependencyContainer", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelope", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeHeader", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeItem", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEvent", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryException", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryMechanism", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
"_sentrycrashsc_initWithBacktrace", referenced from:
_kfun:com.rickclephas.kmp.nsexceptionkt.sentry.asSentryEvent#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[511]: com.shepeliev:webrtc-kmp-iosarm64:0.114.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.shepeliev/webrtc-kmp-iosarm64/0.114.4/1-webrtc-kmp-cinterop-WebRTC can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found WebRTC
|
ExternalLibrariesTest.[603]: com.squareup.sqldelight:native-driver-iosarm64:1.5.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[623]: com.terathought.enchant:flare-iosarm64:1.0.0-alpha12[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/1-flare-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/2-flare-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/3-flare-cinterop-FirebaseCore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/4-flare-cinterop-FirebaseFirestore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/5-flare-cinterop-FirebaseFunctions can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/6-flare-cinterop-FirebaseStorage can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/7-flare-cinterop-GoogleSignIn can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRActionCodeSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthCredential", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthDataResult", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRDocumentSnapshot", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIREmailAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFieldValue", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestore", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestoreSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFunctions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRGoogleAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROptions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorage", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageMetadata", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageReference", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRTimestamp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDSignIn", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[633]: com.unflow:shared-iosarm64:1.15.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[663]: de.voize:pytorch-lite-multiplatform-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/de.voize/pytorch-lite-multiplatform-iosarm64/0.6.0/4-pytorch-lite-multiplatform-cinterop-PLMLibTorchWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_IValueWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_Tensor", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_TorchModule", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[669]: dev.chrisbanes.circuit:circuit-foundation-iosarm64:0.9.1-compose-mp[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[684]: dev.gitlive:appauth-kotlin-iosarm64:0.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/appauth-kotlin-iosarm64/0.0.2/1-appauth-kotlin-cinterop-AppAuth can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_OIDAuthorizationRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDAuthorizationService", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDEndSessionRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDExternalUserAgentIOS", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDServiceConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDTokenRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$___SkieUnknownCInteropFrameworkErrorType", referenced from:
objc-class-ref in Kotlin.o
"_OIDGeneralErrorDomain", referenced from:
_kfun:dev.gitlive.appauth.toException#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[685]: dev.gitlive:firebase-app-iosarm64:1.10.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/firebase-app-iosarm64/1.10.3/1-firebase-app-cinterop-FirebaseCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[686]: dev.gitlive:firebase-auth-iosarm64:1.10.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/firebase-auth-iosarm64/1.10.3/1-firebase-auth-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseAuth
|
ExternalLibrariesTest.[835]: fr.acinq.lightning:lightning-kmp-iosarm64:1.5.10[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/fr.acinq.lightning/lightning-kmp-iosarm64/1.5.10/1-lightning-kmp-cinterop-PhoenixCrypto can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: Compilation failed: Index 0 out of bounds for length 0
* Source files:
* Compiler version: 1.9.20
* Output kind: FRAMEWORK
e: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization$InterproceduralAnalysis.getCalledInitializer(StaticInitializersOptimization.kt:246)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization$InterproceduralAnalysis.analyze(StaticInitializersOptimization.kt:120)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization.removeRedundantCalls(StaticInitializersOptimization.kt:527)
at org.jetbrains.kotlin.backend.konan.driver.phases.LTOKt$RemoveRedundantCallsToStaticInitializersPhase$1.invoke(LTO.kt:198)
at org.jetbrains.kotlin.backend.konan.driver.phases.LTOKt$RemoveRedundantCallsToStaticInitializersPhase$1.invoke(LTO.kt:175)
at org.jetbrains.kotlin.backend.konan.driver.phases.PhaseBuildersKt$createSimpleNamedCompilerPhase$3.phaseBody(PhaseBuilders.kt:54)
at org.jetbrains.kotlin.backend.konan.driver.phases.PhaseBuildersKt$createSimpleNamedCompilerPhase$3.phaseBody(PhaseBuilders.kt:42)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:207)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine.runPhase(Machinery.kt:139)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runCodegen(TopLevelPhases.kt:362)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackendCodegen(TopLevelPhases.kt:321)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.compileModule(TopLevelPhases.kt:251)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackend$lambda$9$runAfterLowerings(TopLevelPhases.kt:105)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackend(TopLevelPhases.kt:124)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.produceObjCFramework(DynamicCompilerDriver.kt:76)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.access$produceObjCFramework(DynamicCompilerDriver.kt:31)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver$run$1$1$1.invoke(DynamicCompilerDriver.kt:42)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver$run$1$1$1.invoke(DynamicCompilerDriver.kt:36)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion$startTopLevel$topLevelPhase$1.phaseBody(Machinery.kt:98)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion$startTopLevel$topLevelPhase$1.phaseBody(Machinery.kt:92)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:207)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion.startTopLevel(Machinery.kt:105)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.run(DynamicCompilerDriver.kt:36)
at org.jetbrains.kotlin.backend.konan.KonanDriver.run(KonanDriver.kt:118)
at org.jetbrains.kotlin.cli.bc.K2Native.runKonanDriver(K2Native.kt:151)
at org.jetbrains.kotlin.cli.bc.K2Native.doExecute(K2Native.kt:69)
at org.jetbrains.kotlin.cli.bc.K2Native.doExecute(K2Native.kt:36)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48)
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101)
at co.touchlab.skie.acceptancetests.framework.internal.testrunner.phases.kotlin.KotlinTestLinker.link(KotlinTestLinker.kt:42)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTest$measuredTest$1$2.invoke(ExternalLibrariesTestRunner.kt:94)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTest$measuredTest$1$2.invoke(ExternalLibrariesTestRunner.kt:92)
at co.touchlab.skie.acceptancetests.framework.internal.testrunner.IntermediateResult$Value.flatMap(IntermediateResult.kt:23)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner.runTest(ExternalLibrariesTestRunner.kt:92)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1$results$1.invoke(ExternalLibrariesTestRunner.kt:48)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1$results$1.invoke(ExternalLibrariesTestRunner.kt:47)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1.invokeSuspend$lambda$1(ExternalLibrariesTestRunner.kt:47)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:952)
at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:926)
at java.base/java.util.stream.AbstractTask.compute(AbstractTask.java:327)
at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
ExternalLibrariesTest.[40]: app.cash.redwood:redwood-treehouse-composeui-insets-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[41]: app.cash.redwood:redwood-treehouse-composeui-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[46]: app.cash.redwood:redwood-treehouse-host-iosarm64:0.7.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[49]: app.cash.redwood:redwood-treehouse-lazylayout-composeui-iosarm64:0.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libparticles.a(libparticles.SkParticleEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libparticles.a(libparticles.SkReflected.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.Decorations.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.FontArguments.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.FontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.OneLineShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.ParagraphBuilderImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.ParagraphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.ParagraphImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.ParagraphStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.Run.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.TextLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.TextShadow.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.TextStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.TextWrapper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.TypefaceFontProvider.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskparagraph.a(libskparagraph.TestFontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.sk_imageinfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.sk_paint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.sk_surface.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkAAClip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkATrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkAlphaRuns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkAnalyticEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkAnnotation.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkArenaAlloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkAutoPixmapStorage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBBHFactory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBitmapCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBitmapDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBitmapProcState.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBitmapProcState_matrixProcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlendMode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlendModeBlender.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlitRow_D32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlitter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlitter_A8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlitter_ARGB32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlitter_RGB565.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlitter_Sprite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlockAllocator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlurMF.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBlurMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkCachedData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkCanvas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkCanvasPriv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkCapabilities.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkChromeRemoteGlyphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkClipStack.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkClipStackDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkColor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkColorFilter_Matrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkColorSpace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkColorSpaceXformSteps.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkCompressedDataUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkContourMeasure.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkConvertPixels.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkCpu.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkCubicClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkCubicMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkData.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDataTable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDeferredDisplayList.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDeferredDisplayListRecorder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDeque.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDescriptor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDistanceFieldGen.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDocument.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDraw.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDrawLooper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDrawShadowInfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDraw_atlas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDraw_text.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.appendable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.bmpset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.brkeng.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.bytesinkutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.bytestream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.bytestrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.bytestriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.bytestrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.caniter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.characterproperties.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.chariter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.charstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.cmemory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.cstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.cstring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.cwchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.dictbe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.dictionarydata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.dtintrv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.edits.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.errorcode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.filteredbrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.filterednormalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.icudataver.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.icuplug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.loadednormalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.localebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.locavailable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.locbased.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.locdispnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.locdspnm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.locid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.loclikely.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.locmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.locresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.locutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.messagepattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.normalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.normalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.normlzr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.parsepos.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.patternprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.pluralmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.propname.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.propsvec.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.punycode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.putil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.BlendModes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Camera.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Composition.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Layer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Path.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Skottie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.SkottieJson.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.SkottieProperty.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Transform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Animator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.ScalarKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.ShapeKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TextKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Vec2KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.VectorKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.BlackAndWhiteEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.BrightnessContrastEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.BulgeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.CCTonerEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.CornerPinEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.DirectionalBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.DisplacementMapEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.DropShadowEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Effects.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.FillEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.FractalNoiseEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.GaussianBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.GlowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.GradientEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.HueSaturationEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.InvertEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.LevelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.LinearWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.MotionBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.MotionTileEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.RadialWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.ShadowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.SharpenEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.ShiftChannelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.SkSLEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.SphereEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.ThresholdEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TintEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TransformEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TritoneEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.VenetianBlindsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.AudioLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.FootageLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.NullLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.PrecompLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.SolidLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TextLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Ellipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.FillStroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Gradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.MergePaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.OffsetPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Polystar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.PuckerBloat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Rectangle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.Repeater.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.RoundCorners.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.ShapeLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TrimPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.RangeSelector.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.SkottieShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TextAdapter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TextAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskottie.TextValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskottie.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGAttribute.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGAttributeParser.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDraw_vertices.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libskia.a(libskia.SkEdgeBuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGCircle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGClipPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGContainer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGDOM.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbi_cache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbidata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbinode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbirb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbiscan.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libpng.a(libpng.png.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGEllipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbisetb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFe.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbistbl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeBlend.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.rbbitblb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeColorMatrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.resbund.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeComposite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.resbund_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeDisplacementMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.resource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.ruleiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeFlood.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libicu.a(libicu.schriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeGaussianBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeLightSource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeLighting.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeMorphology.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeOffset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFeTurbulence.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGFilterContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGLinearGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGOpenTypeSVGDecoder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGPattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGPoly.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGRadialGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGRenderContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGSVG.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGShape.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGStop.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGText.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGTransformableNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGUse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libsvg.SkSVGValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsvg.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.autofit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftbase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftbbox.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftbitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftdebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftfstype.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftgasp.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftglyph.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftinit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftmm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftpatent.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftstroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftsynth.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftsystem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.fttype1.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftwinfnt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.cff.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.type1cid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.ftgzip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.psaux.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.pshinter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.psnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.raster.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.sfnt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.smooth.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.truetype.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.type1.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libfreetype2.a(libfreetype2.svg.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libwebp_sse41.a(libwebp_sse41.alpha_processing_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libwebp_sse41.a(libwebp_sse41.dec_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libwebp_sse41.a(libwebp_sse41.enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libwebp_sse41.a(libwebp_sse41.lossless_enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libwebp_sse41.a(libwebp_sse41.lossless_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libwebp_sse41.a(libwebp_sse41.upsampling_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libwebp_sse41.a(libwebp_sse41.yuv_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGClipEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGDraw.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGEffectNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGGeometryEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGGeometryNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGGroup.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGInvalidationController.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGMaskEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGMerge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGOpacityEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGPaint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGPlane.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included15191822496669696308/libsksg.a(libsksg.SkSGRenderEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jr
|
ExternalLibrariesTest.[59]: app.cash.sqldelight:native-driver-iosarm64:2.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[64]: app.cash.zipline:zipline-loader-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[81]: co.touchlab.crashkios:bugsnag-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/bugsnag-iosarm64/0.8.5/4-bugsnag-cinterop-bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[83]: co.touchlab.crashkios:crashlytics-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/crashlytics-iosarm64/0.8.5/4-crashlytics-cinterop-crashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[88]: co.touchlab:kermit-bugsnag-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[91]: co.touchlab:kermit-crashlytics-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[96]: co.touchlab:kermit-sentry-iosarm64:1.2.0-M2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/kermit-sentry-iosarm64/1.2.0-M2/4-kermit-sentry-cinterop-kermit-sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryBreadcrumb", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[101]: co.touchlab:sqliter-driver-iosarm64:1.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/sqliter-driver-iosarm64/1.2.3/4-sqliter-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[102]: co.touchlab:sqliter-iosarm64:0.7.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_KonanNeedDebugInfo", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"RuntimeAssertFailed(char const*, char const*)", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"konan::free(void*)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
_DisposeCStringHelper in Kotlin.framework.o
"konan::calloc(unsigned long, unsigned long)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_SQLiter_SQLiteStatement_nativeBindBlob in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_SQLiter_SQLiteStatement_nativeBindDouble in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_SQLiter_SQLiteStatement_nativeBindLong in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_SQLiter_SQLiteStatement_nativeBindNull in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_SQLiter_SQLiteConnection_nativeBindParameterIndex in Kotlin.framework.o
"_sqlite3_bind_text16", referenced from:
_SQLiter_SQLiteStatement_nativeBindString in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_SQLiter_SQLiteConnection_nativeClearBindings in Kotlin.framework.o
"_sqlite3_close", referenced from:
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_SQLiter_SQLiteConnection_nativeColumnCount in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetDouble in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetLong in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_SQLiter_SQLiteConnection_nativeColumnName in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_SQLiter_SQLiteConnection_nativeColumnIsNull in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnType in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_extended_errcode", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_SQLiter_SQLiteStatement_nativeFinalizeStatement in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_SQLiter_SQLiteConnection_nativePrepareStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_SQLiter_SQLiteConnection_nativeResetStatement in Kotlin.framework.o
"_sqlite3_sql", referenced from:
android::sqliteTraceV2Callback(unsigned int, void*, void*, void*) in Kotlin.framework.o
"_sqlite3_step", referenced from:
_SQLiter_SQLiteConnection_nativeStep in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecute in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount in Kotlin.framework.o
_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId in Kotlin.framework.o
"_sqlite3_trace_v2", referenced from:
_SQLiter_SQLiteConnection_nativeOpen in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[148]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-incubating-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[149]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[205]: com.carelesscoyotes.remotedata:remotedata-compose-iosarm64:0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[218]: com.ctrip.flight.mmkv:mmkv-kotlin-iosarm64:1.2.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.flight.mmkv/mmkv-kotlin-iosarm64/1.2.8/4-mmkv-kotlin-cinterop-MMKV can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found MMKV
|
ExternalLibrariesTest.[219]: com.ctrip.kotlin:sqllin-driver-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.kotlin/sqllin-driver-iosarm64/1.2.1/4-sqllin-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_zeroblob_wrapper80 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_com_ctrip_sqllin_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[220]: com.ctrip.kotlin:sqllin-dsl-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_bind_zeroblob_wrapper80 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_com_ctrip_sqllin_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_com_ctrip_sqllin_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[245]: com.ditchoom:mqtt-4-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[246]: com.ditchoom:mqtt-5-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[248]: com.ditchoom:mqtt-client-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/mqtt-client-iosarm64/1.1.4/1-mqtt-client-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_exec", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_exec_wrapper8 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[249]: com.ditchoom:socket-iosarm64:1.1.14[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/socket-iosarm64/1.1.14/1-socket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$__TtC13SocketWrapper27ServerSocketListenerWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[250]: com.ditchoom:websocket-iosarm64:1.0.7[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/websocket-iosarm64/1.0.7/1-websocket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[302]: com.github.anastr:speedometer-iosarm64:1.0.0-ALPHA02[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[313]: com.github.ln-12:multiplatform-connectivity-status-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.ln-12/multiplatform-connectivity-status-iosarm64/1.3.0/1-multiplatform-connectivity-status-cinterop-Reachability can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[318]: com.github.satoshun.firebase:analytics-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.satoshun.firebase/analytics-iosarm64/1.6.1/4-analytics-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[322]: com.github.submob:logmob-iosarm64:2.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[334]: com.hexascribe:chatbot-builder-iosarm64:1.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[361]: com.intsoftdev:nrservices-iosarm64:0.0.51[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[362]: com.intsoftdev:nrstations-iosarm64:0.0.52[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[363]: com.intsoftdev:sdknrservices-iosarm64:3.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[364]: com.intsoftdev:sdknrstations-iosarm64:3.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[398]: com.juul.datadog:bundled-iosarm64:0.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/4-bundled-cinterop-DatadogObjc can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/5-bundled-cinterop-DatadogCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found DatadogCore
|
ExternalLibrariesTest.[439]: com.linecorp.abc:kmm-notifications-iosarm64:0.4.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.linecorp.abc/kmm-notifications-iosarm64/0.4.2/4-kmm-notifications-cinterop-FirebaseMessaging can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: directory not found for option '-F/cinterop/keychain'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRMessaging", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[457]: com.mobilejazz:harmony-kotlin-iosarm64:6.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[477]: com.mparticle:smartype-mparticle-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.mparticle/smartype-mparticle-iosarm64/1.6.1/4-smartype-mparticle-cinterop-mParticle_Apple_SDK can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found mParticle_Apple_SDK
|
ExternalLibrariesTest.[481]: com.mxalbert.zoomable:zoomable-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[482]: com.myunidays:couchbaselite-iosarm64:0.1.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/couchbaselite-iosarm64/0.1.1/1-couchbaselite-cinterop-CouchbaseLite can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found CouchbaseLite
|
ExternalLibrariesTest.[485]: com.myunidays:klipper-iosarm64:0.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/klipper-iosarm64/0.0.3/1-klipper-cinterop-FlipperKit can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FKUserDefaultsPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperKitNetworkPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKIOSNetworkAdapter", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKRequestInfo", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKResponseInfo", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[486]: com.myunidays:segmenkt-iosarm64:0.0.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/segmenkt-iosarm64/0.0.8/4-segmenkt-cinterop-Segment can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SEGAnalytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SEGAnalyticsConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[491]: com.piasy:kmp-xlog-iosarm64:1.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.piasy/kmp-xlog-iosarm64/1.1.0/4-kmp-xlog-cinterop-xlog can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PSYMarsXLog", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[501]: com.rickclephas.kmp:nsexception-kt-bugsnag-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-bugsnag-iosarm64/0.1.13/1-nsexception-kt-bugsnag-cinterop-Bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[503]: com.rickclephas.kmp:nsexception-kt-crashlytics-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-crashlytics-iosarm64/0.1.13/1-nsexception-kt-crashlytics-cinterop-FirebaseCrashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_com_rickclephas_kmp_nsexceptionkt_crashlytics_cinterop_FIRCLSExceptionRecordNSException_wrapper0 in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[504]: com.rickclephas.kmp:nsexception-kt-sentry-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-sentry-iosarm64/0.1.13/1-nsexception-kt-sentry-cinterop-Sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryDependencyContainer", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelope", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeHeader", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeItem", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEvent", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryException", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryMechanism", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
"_sentrycrashsc_initWithBacktrace", referenced from:
_NSExceptionKt_SentryCrashStackCursorFromNSException in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[511]: com.shepeliev:webrtc-kmp-iosarm64:0.114.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.shepeliev/webrtc-kmp-iosarm64/0.114.4/1-webrtc-kmp-cinterop-WebRTC can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found WebRTC
|
ExternalLibrariesTest.[603]: com.squareup.sqldelight:native-driver-iosarm64:1.5.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[623]: com.terathought.enchant:flare-iosarm64:1.0.0-alpha12[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/1-flare-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/2-flare-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/3-flare-cinterop-FirebaseCore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/4-flare-cinterop-FirebaseFirestore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/5-flare-cinterop-FirebaseFunctions can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/6-flare-cinterop-FirebaseStorage can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/7-flare-cinterop-GoogleSignIn can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRActionCodeSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthCredential", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthDataResult", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRDocumentSnapshot", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIREmailAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFieldValue", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestore", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestoreSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFunctions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRGoogleAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROptions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorage", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageMetadata", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageReference", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRTimestamp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDSignIn", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[633]: com.unflow:shared-iosarm64:1.15.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_double_wrapper71 in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_int64_wrapper73 in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_null_wrapper74 in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_parameter_index_wrapper84 in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_text_wrapper75 in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_busy_timeout_wrapper22 in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_changes_wrapper16 in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_clear_bindings_wrapper85 in Kotlin.framework.o
"_sqlite3_close", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_wrapper6 in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_close_v2_wrapper7 in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_blob_wrapper99 in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_bytes_wrapper106 in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_count_wrapper86 in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_double_wrapper100 in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_int64_wrapper102 in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_name_wrapper87 in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_text_wrapper103 in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_column_type_wrapper108 in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
knifunptr_co_touchlab_sqliter_sqlite314_sqlite3_db_config in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_db_readonly_wrapper177 in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_errmsg_wrapper53 in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_finalize_wrapper109 in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_last_insert_rowid_wrapper14 in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_open_v2_wrapper43 in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_prepare16_v2_wrapper61 in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_reset_wrapper110 in Kotlin.framework.o
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[663]: de.voize:pytorch-lite-multiplatform-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/de.voize/pytorch-lite-multiplatform-iosarm64/0.6.0/4-pytorch-lite-multiplatform-cinterop-PLMLibTorchWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_IValueWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_Tensor", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_TorchModule", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[46]: app.cash.redwood:redwood-treehouse-host-iosarm64:0.7.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[49]: app.cash.redwood:redwood-treehouse-lazylayout-composeui-iosarm64:0.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskresources.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libparticles.a(libparticles.SkParticleBinding.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libparticles.a(libparticles.SkParticleDrawable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libparticles.a(libparticles.SkParticleEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libparticles.a(libparticles.SkReflected.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.Decorations.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.FontArguments.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.FontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.OneLineShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.ParagraphBuilderImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.ParagraphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.ParagraphImpl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.ParagraphStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.Run.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.TextLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.TextShadow.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.TextStyle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.TextWrapper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.TypefaceFontProvider.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskparagraph.a(libskparagraph.TestFontCollection.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.BlendModes.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Camera.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Composition.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Layer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Path.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.appendable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.bmpset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Skottie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.brkeng.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.SkottieJson.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.SkottieProperty.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Transform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.bytesinkutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Animator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.bytestream.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.bytestrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.ScalarKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.ShapeKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TextKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Vec2KeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.VectorKeyframeAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.bytestriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.BlackAndWhiteEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.BrightnessContrastEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.BulgeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.bytestrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.caniter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.CCTonerEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.CornerPinEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.DirectionalBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.DisplacementMapEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.characterproperties.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.DropShadowEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.chariter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.charstr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.cmemory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Effects.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.cstr.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.cstring.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.cwchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.dictbe.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.FillEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.FractalNoiseEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.dictionarydata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.dtintrv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.edits.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.GaussianBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.GlowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.errorcode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.filteredbrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.GradientEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.HueSaturationEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.InvertEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.LevelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.LinearWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.MotionBlurEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.filterednormalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.MotionTileEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.RadialWipeEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.icudataver.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.ShadowStyles.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.icuplug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.SharpenEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.ShiftChannelsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.SkSLEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.SphereEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.loadednormalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.localebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.locavailable.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.locbased.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.locdispnames.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.locdspnm.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.locid.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.loclikely.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.locmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.ThresholdEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TintEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TransformEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.locresdata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TritoneEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.locutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.VenetianBlindsEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.messagepattern.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.AudioLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.FootageLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.NullLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.PrecompLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.normalizer2.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.SolidLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TextLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Ellipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.FillStroke.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.normalizer2impl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Gradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.MergePaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.OffsetPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Polystar.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.normlzr.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.PuckerBloat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Rectangle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.parsepos.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.patternprops.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.pluralmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.Repeater.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.propname.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.propsvec.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.RoundCorners.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.punycode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.ShapeLayer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TrimPaths.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.putil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.RangeSelector.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.SkottieShaper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TextAdapter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TextAnimator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskottie.TextValue.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.sk_imageinfo.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.sk_paint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.sk_surface.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskottie.a(libskresources.SkResources.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkAAClip.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkATrace.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkAlphaRuns.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkAnalyticEdge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkAnnotation.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkArenaAlloc.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkAutoPixmapStorage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBBHFactory.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbi_cache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbidata.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbinode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBitmapCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbirb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbiscan.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBitmapDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbisetb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbistbl.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBitmapProcState.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.rbbitblb.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBitmapProcState_matrixProcs.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlendMode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.resbund.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlendModeBlender.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.resbund_cnv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.resource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ruleiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlitRow_D32.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGAttribute.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlitter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGAttributeParser.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlitter_A8.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlitter_ARGB32.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.schriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlitter_RGB565.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.serv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGCircle.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlitter_Sprite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.servlk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGClipPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.servlkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGContainer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.servls.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGDOM.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.servnotf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlockAllocator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.servrbf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlurMF.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBlurMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.servslkf.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkBuffer.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGEllipse.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkCachedData.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.png.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFe.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.sharedobject.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.simpleformatter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeBlend.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.static_unicode_sets.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeColorMatrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeComposite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.stringpiece.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.stringtriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeDisplacementMap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeFlood.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeGaussianBlur.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.uarrsort.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngerror.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ubidi.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeLightSource.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngget.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeLighting.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ubidi_props.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ubidiln.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkCanvas.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngmem.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeMorphology.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngpread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeOffset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFeTurbulence.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngread.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ubiditransform.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGFilterContext.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libfreetype2.a(libfreetype2.autofit.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libwebp_sse41.a(libwebp_sse41.alpha_processing_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ubidiwrt.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libwebp_sse41.a(libwebp_sse41.dec_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libwebp_sse41.a(libwebp_sse41.enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngrio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngrtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ubrk.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libwebp_sse41.a(libwebp_sse41.lossless_enc_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkCanvasPriv.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkCapabilities.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libwebp_sse41.a(libwebp_sse41.lossless_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkChromeRemoteGlyphCache.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libwebp_sse41.a(libwebp_sse41.upsampling_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGLine.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngrutil.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libwebp_sse41.a(libwebp_sse41.yuv_sse41.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libfreetype2.a(libfreetype2.ftbase.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucase.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucasemap.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGClipEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkClipStack.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGLinearGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGDraw.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGMask.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGEffectNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGGeometryEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkClipStackDevice.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkColor.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkColorFilter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libfreetype2.a(libfreetype2.ftbbox.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngset.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGGeometryNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libfreetype2.a(libfreetype2.ftbitmap.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkColorFilter_Matrix.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libfreetype2.a(libfreetype2.ftdebug.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucasemap_titlecase_brkiter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libfreetype2.a(libfreetype2.ftfstype.o)) was built for newer iOS version (15.2) than being linked (13.0)object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGGroup.o)) was built for newer iOS version (15.2) than being linked (13.0)object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucat.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkColorSpace.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGOpenTypeSVGDecoder.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.uchar.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngtrans.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkColorSpaceXformSteps.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkCompressedDataUtils.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngwio.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libfreetype2.a(libfreetype2.ftgasp.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGPath.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGImage.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucharstrie.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGPattern.o)) was built for newer iOS version (15.2) than being linked (13.0)object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngwrite.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGInvalidationController.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGPoly.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucharstriebuilder.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkContourMeasure.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGRadialGradient.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGMaskEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucharstrieiterator.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.uchriter.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGMerge.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGRect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngwtran.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucln_cmn.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.pngwutil.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGRenderContext.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libfreetype2.a(libfreetype2.ftglyph.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGNode.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucmndata.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkConvertPixels.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGOpacityEffect.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGSVG.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: ld: warning: ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGShape.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.arm_init.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning:
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGStop.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucnv.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: ld: warning:
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkCpu.o)) was built for newer iOS version (15.2) than being linked (13.0)object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.filter_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsvg.a(libsvg.SkSVGText.o)) was built for newer iOS version (15.2) than being linked (13.0)
object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGPaint.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libpng.a(libpng.palette_neon_intrinsics.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libskia.a(libskia.SkCubicClipper.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libicu.a(libicu.ucnv2022.o)) was built for newer iOS version (15.2) than being linked (13.0)
ld: warning: object file (/var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/included16738413359070534775/libsksg.a(libsksg.SkSGPath.o)) was built for
|
ExternalLibrariesTest.[59]: app.cash.sqldelight:native-driver-iosarm64:2.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[64]: app.cash.zipline:zipline-loader-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[81]: co.touchlab.crashkios:bugsnag-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/bugsnag-iosarm64/0.8.5/4-bugsnag-cinterop-bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[83]: co.touchlab.crashkios:crashlytics-iosarm64:0.8.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab.crashkios/crashlytics-iosarm64/0.8.5/4-crashlytics-cinterop-crashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[88]: co.touchlab:kermit-bugsnag-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[91]: co.touchlab:kermit-crashlytics-iosarm64:2.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[96]: co.touchlab:kermit-sentry-iosarm64:1.2.0-M2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/kermit-sentry-iosarm64/1.2.0-M2/4-kermit-sentry-cinterop-kermit-sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryBreadcrumb", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[101]: co.touchlab:sqliter-driver-iosarm64:1.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/co.touchlab/sqliter-driver-iosarm64/1.2.3/4-sqliter-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.interop.SqliteDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[102]: co.touchlab:sqliter-iosarm64:0.7.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_KonanNeedDebugInfo", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"RuntimeAssertFailed(char const*, char const*)", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"konan::free(void*)", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
"konan::calloc(unsigned long, unsigned long)", referenced from:
_CreateCStringFromStringWithSize in Kotlin.framework.o
std::__1::basic_string<char, std::__1::char_traits<char>, KonanAllocator<char>>::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text16", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_SQLiter_SQLiteConnection_nativeClose in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeColumnGetBlob in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#<get-columnCount>(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeCursor.$<init>$lambda$0$FUNCTION_REFERENCE$1.invoke#internal in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#<get-columnCount>(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#getDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#getDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#getLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#getLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_SQLiter_SQLiteConnection_nativeColumnGetString in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeCursor#getType(kotlin.Int){}co.touchlab.sqliter.FieldType in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeCursor#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_extended_errcode", referenced from:
android::throw_sqlite3_exception(sqlite3*) in Kotlin.framework.o
android::throw_sqlite3_exception(sqlite3*, char const*) in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#actualClose(kotlin.Long){} in Kotlin.framework.o
_objc2kotlin_kfun:co.touchlab.sqliter.NativeStatement#actualClose(kotlin.Long){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement#execute(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:co.touchlab.sqliter.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
_SQLiter_SQLiteConnection_nativeStep in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[148]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-incubating-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[149]: com.apollographql.apollo3:apollo-normalized-cache-sqlite-iosarm64:4.0.0-beta.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[218]: com.ctrip.flight.mmkv:mmkv-kotlin-iosarm64:1.2.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.flight.mmkv/mmkv-kotlin-iosarm64/1.2.8/4-mmkv-kotlin-cinterop-MMKV can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found MMKV
|
ExternalLibrariesTest.[219]: com.ctrip.kotlin:sqllin-driver-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ctrip.kotlin/sqllin-driver-iosarm64/1.2.1/4-sqllin-driver-cinterop-sqlite3 can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.RealDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement.executeNonQuery#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[220]: com.ctrip.kotlin:sqllin-dsl-iosarm64:1.2.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_bind_zeroblob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeUpdateDelete(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.RealDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#clearBindings(){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#executeInsert(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:com.ctrip.sqllin.driver#openDatabase(com.ctrip.sqllin.driver.DatabaseConfiguration){}com.ctrip.sqllin.driver.DatabaseConnection in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeDatabase#prepareStatement(kotlin.String){}com.ctrip.sqllin.driver.cinterop.NativeStatement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:com.ctrip.sqllin.driver.cinterop.NativeStatement.executeNonQuery#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[245]: com.ditchoom:mqtt-4-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[246]: com.ditchoom:mqtt-5-models-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[248]: com.ditchoom:mqtt-client-iosarm64:1.1.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/mqtt-client-iosarm64/1.1.4/1-mqtt-client-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_config", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
...
"_sqlite3_exec", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#rawExecSql(kotlin.String){} in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[249]: com.ditchoom:socket-iosarm64:1.1.14[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/socket-iosarm64/1.1.14/1-socket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$__TtC13SocketWrapper27ServerSocketListenerWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[250]: com.ditchoom:websocket-iosarm64:1.0.7[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.ditchoom/websocket-iosarm64/1.0.7/1-websocket-cinterop-SocketWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC13SocketWrapper19ClientSocketWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[302]: com.github.anastr:speedometer-iosarm64:1.0.0-ALPHA02[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[313]: com.github.ln-12:multiplatform-connectivity-status-iosarm64:1.3.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.ln-12/multiplatform-connectivity-status-iosarm64/1.3.0/1-multiplatform-connectivity-status-cinterop-Reachability can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[318]: com.github.satoshun.firebase:analytics-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.github.satoshun.firebase/analytics-iosarm64/1.6.1/4-analytics-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[322]: com.github.submob:logmob-iosarm64:2.2.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[334]: com.hexascribe:chatbot-builder-iosarm64:1.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[361]: com.intsoftdev:nrservices-iosarm64:0.0.51[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[362]: com.intsoftdev:nrstations-iosarm64:0.0.52[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[363]: com.intsoftdev:sdknrservices-iosarm64:3.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[364]: com.intsoftdev:sdknrstations-iosarm64:3.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[398]: com.juul.datadog:bundled-iosarm64:0.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/4-bundled-cinterop-DatadogObjc can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.juul.datadog/bundled-iosarm64/0.1.0/5-bundled-cinterop-DatadogCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found DatadogCore
|
ExternalLibrariesTest.[439]: com.linecorp.abc:kmm-notifications-iosarm64:0.4.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.linecorp.abc/kmm-notifications-iosarm64/0.4.2/4-kmm-notifications-cinterop-FirebaseMessaging can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: warning: directory not found for option '-F/cinterop/keychain'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRMessaging", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[457]: com.mobilejazz:harmony-kotlin-iosarm64:6.0.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[477]: com.mparticle:smartype-mparticle-iosarm64:1.6.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.mparticle/smartype-mparticle-iosarm64/1.6.1/4-smartype-mparticle-cinterop-mParticle_Apple_SDK can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found mParticle_Apple_SDK
|
ExternalLibrariesTest.[482]: com.myunidays:couchbaselite-iosarm64:0.1.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/couchbaselite-iosarm64/0.1.1/1-couchbaselite-cinterop-CouchbaseLite can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found CouchbaseLite
|
ExternalLibrariesTest.[485]: com.myunidays:klipper-iosarm64:0.0.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/klipper-iosarm64/0.0.3/1-klipper-cinterop-FlipperKit can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FKUserDefaultsPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FlipperKitNetworkPlugin", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKIOSNetworkAdapter", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKRequestInfo", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SKResponseInfo", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[486]: com.myunidays:segmenkt-iosarm64:0.0.8[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.myunidays/segmenkt-iosarm64/0.0.8/4-segmenkt-cinterop-Segment can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SEGAnalytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SEGAnalyticsConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[491]: com.piasy:kmp-xlog-iosarm64:1.1.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.piasy/kmp-xlog-iosarm64/1.1.0/4-kmp-xlog-cinterop-xlog can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PSYMarsXLog", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[501]: com.rickclephas.kmp:nsexception-kt-bugsnag-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-bugsnag-iosarm64/0.1.13/1-nsexception-kt-bugsnag-cinterop-Bugsnag can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagHandledState", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[503]: com.rickclephas.kmp:nsexception-kt-crashlytics-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-crashlytics-iosarm64/0.1.13/1-nsexception-kt-crashlytics-cinterop-FirebaseCrashlytics can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_kfun:com.rickclephas.kmp.nsexceptionkt.crashlytics.$setCrashlyticsUnhandledExceptionHook$lambda$0$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(kotlin.Throwable){}#internal in Kotlin.framework.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[504]: com.rickclephas.kmp:nsexception-kt-sentry-iosarm64:0.1.13[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.rickclephas.kmp/nsexception-kt-sentry-iosarm64/0.1.13/1-nsexception-kt-sentry-cinterop-Sentry can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SentryDependencyContainer", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelope", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeHeader", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEnvelopeItem", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryEvent", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryException", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentryMechanism", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_SentrySDK", referenced from:
objc-class-ref in Kotlin.framework.o
"_sentrycrashsc_initWithBacktrace", referenced from:
_kfun:com.rickclephas.kmp.nsexceptionkt.sentry.asSentryEvent#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[511]: com.shepeliev:webrtc-kmp-iosarm64:0.114.4[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.shepeliev/webrtc-kmp-iosarm64/0.114.4/1-webrtc-kmp-cinterop-WebRTC can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found WebRTC
|
ExternalLibrariesTest.[603]: com.squareup.sqldelight:native-driver-iosarm64:1.5.5[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[623]: com.terathought.enchant:flare-iosarm64:1.0.0-alpha12[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/1-flare-cinterop-FirebaseAnalytics can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/2-flare-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/3-flare-cinterop-FirebaseCore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/4-flare-cinterop-FirebaseFirestore can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/5-flare-cinterop-FirebaseFunctions can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/6-flare-cinterop-FirebaseStorage can't be exported with -Xexport-library
w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/com.terathought.enchant/flare-iosarm64/1.0.0-alpha12/7-flare-cinterop-GoogleSignIn can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FIRActionCodeSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthCredential", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthDataResult", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRAuthSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRDocumentSnapshot", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIREmailAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFieldValue", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestore", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFirestoreSettings", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRFunctions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRGoogleAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROAuthProvider", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIROptions", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorage", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageMetadata", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRStorageReference", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_FIRTimestamp", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_GIDSignIn", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[633]: com.unflow:shared-iosarm64:1.15.1[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindBlob(kotlin.Int;kotlin.ByteArray){} in Kotlin.framework.o
"_sqlite3_bind_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindDouble(kotlin.Int;kotlin.Double){} in Kotlin.framework.o
"_sqlite3_bind_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindLong(kotlin.Int;kotlin.Long){} in Kotlin.framework.o
"_sqlite3_bind_null", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindNull(kotlin.Int){} in Kotlin.framework.o
"_sqlite3_bind_parameter_index", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindParameterIndex(kotlin.String){}kotlin.Int in Kotlin.framework.o
"_sqlite3_bind_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#bindString(kotlin.Int;kotlin.String){} in Kotlin.framework.o
"_sqlite3_busy_timeout", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_changes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForChangedRowCount(){}kotlin.Int in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_clear_bindings", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#clearBindings(){} in Kotlin.framework.o
"_sqlite3_close", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_close_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#close(){} in Kotlin.framework.o
"_sqlite3_column_blob", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_bytes", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetBlob(kotlin.Int){}kotlin.ByteArray in Kotlin.framework.o
"_sqlite3_column_count", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnCount(){}kotlin.Int in Kotlin.framework.o
"_sqlite3_column_double", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetDouble(kotlin.Int){}kotlin.Double in Kotlin.framework.o
"_sqlite3_column_int64", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetLong(kotlin.Int){}kotlin.Long in Kotlin.framework.o
"_sqlite3_column_name", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnName(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_text", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnGetString(kotlin.Int){}kotlin.String in Kotlin.framework.o
"_sqlite3_column_type", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#isNull(kotlin.Int){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#columnType(kotlin.Int){}kotlin.Int in Kotlin.framework.o
"_sqlite3_db_readonly", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_errmsg", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_finalize", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#finalizeStatement(){} in Kotlin.framework.o
"_sqlite3_last_insert_rowid", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeForLastInsertedRowId(){}kotlin.Long in Kotlin.framework.o
"_sqlite3_open_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseManager.createConnection#internal in Kotlin.framework.o
"_sqlite3_prepare16_v2", referenced from:
_kfun:co.touchlab.sqliter.native.NativeDatabaseConnection#createStatement(kotlin.String){}co.touchlab.sqliter.Statement in Kotlin.framework.o
"_sqlite3_reset", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#resetStatement(){} in Kotlin.framework.o
"_sqlite3_step", referenced from:
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#step(){}kotlin.Boolean in Kotlin.framework.o
_kfun:co.touchlab.sqliter.interop.ActualSqliteStatement#executeNonQuery(){}kotlin.Int in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[663]: de.voize:pytorch-lite-multiplatform-iosarm64:0.6.0[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/de.voize/pytorch-lite-multiplatform-iosarm64/0.6.0/4-pytorch-lite-multiplatform-cinterop-PLMLibTorchWrapper can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_IValueWrapper", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_Tensor", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_TorchModule", referenced from:
objc-class-ref in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[669]: dev.chrisbanes.circuit:circuit-foundation-iosarm64:0.9.1-compose-mp[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_CGAffineTransformConcat", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformInvert", referenced from:
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGAffineTransformMakeScale", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGBitmapContextCreate", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorCreate", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGColorSpaceCreateDeviceRGB", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelPositioning", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetAllowsFontSubpixelQuantization", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetFillColorWithColor", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetGrayFillColor", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldAntialias", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSmoothFonts", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetShouldSubpixelQuantizeFonts", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextDrawingMode", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGContextSetTextMatrix", referenced from:
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGFontCopyTableForTag", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CGPathApply", referenced from:
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGPathIsEmpty", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CGRectApplyAffineTransform", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCollectionCreateFromAvailableFonts", referenced from:
SkFontMgr_Mac::SkFontMgr_Mac(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCollectionCreateMatchingFontDescriptors", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCopyAttribute", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyAvailableTables", referenced from:
SkTypeface_Mac::onGetTableTags(unsigned int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyCharacterSet", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFamilyName", referenced from:
SkTypeface_Mac::onGetFamilyName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyFontDescriptor", referenced from:
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontCopyFullName", referenced from:
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyGraphicsFont", referenced from:
SkTypeface_Mac::onGetUPEM() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, SkScalerContextEffects const&, SkDescriptor const*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCopyLocalizedName", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyPostScriptName", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetPostScriptName(SkString*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetFontDescriptor(SkFontDescriptor*, bool*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyTable", referenced from:
SkTypeface_Mac::onGetTableData(unsigned int, unsigned long, unsigned long, void*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCopyTableData(unsigned int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariation", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCopyVariationAxes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::getVariationAxes() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontCreateCopyWithSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreateForString", referenced from:
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontCreatePathForGlyph", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
SkScalerContext_Mac::generatePath(SkGlyph const&, SkPath*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontCreateWithFontDescriptor", referenced from:
SkFontMgr_Mac::onMatchFamilyStyle(char const*, SkFontStyle const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::onMatchFamilyStyleCharacter(char const*, SkFontStyle const&, char const**, int, int) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::createTypeface(int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::matchStyle(SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
...
"_CTFontDescriptorCopyAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTFontDescriptorCreateMatchingFontDescriptors", referenced from:
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_CTFontDescriptorCreateWithAttributes", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontDrawGlyphs", referenced from:
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkScalerContext_Mac::Offscreen::getCG(SkScalerContext_Mac const&, SkGlyph const&, unsigned short, unsigned long*, bool) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAdvancesForGlyphs", referenced from:
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetAscent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingBox", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetBoundingRectsForGlyphs", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateMetrics(SkGlyph*, SkArenaAlloc*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetCapHeight", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetDescent", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetGlyphCount", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCountGlyphs() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetGlyphsForCharacters", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onCharsToGlyphs(int const*, int, unsigned short*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
get_plane_glyph_map(unsigned char const*, __CTFont const*, long, int*, unsigned char) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetLeading", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSize", referenced from:
SkCTFontCreateExactCopy(__CTFont const*, double, OpszVariation) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetSlantAngle", referenced from:
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetSymbolicTraits", referenced from:
create_from_name(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::Make(std::__1::unique_ptr<__CTFont const, SkOverloadedFunctionObject<void (void const*), &CFRelease>>, OpszVariation, std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>)::$_0::operator()() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_CTFontGetUnderlinePosition", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnderlineThickness", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetUnitsPerEm", referenced from:
SkTypeface_Mac::getGlyphToUnicodeMap(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetAdvancedMetrics() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontGetXHeight", referenced from:
SkScalerContext_Mac::generateFontMetrics(SkFontMetrics*) in libskia.a(fontmgr_mac_ct.SkScalerContext_mac_ct.o)
"_CTFontManagerCreateFontDescriptorFromData", referenced from:
(anonymous namespace)::ctfont_from_skdata(sk_sp<SkData>, int) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontGetSmoothBehavior() in libskia.a(libskia.SkCTFont.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_CTGetCoreTextVersion", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
"_OBJC_CLASS_$_MTLRenderPipelineColorAttachmentDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLRenderPipelineDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlResourceProvider.o)
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_OBJC_CLASS_$_MTLSamplerDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlSampler.o)
"_OBJC_CLASS_$_MTLStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlAttachment.o)
"_OBJC_CLASS_$_MTLVertexDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlPipelineStateBuilder.o)
"_kCTFontFamilyNameAttribute", referenced from:
(anonymous namespace)::SkCopyAvailableFontFamilyNames(__CTFontCollection const*)::$_2::__invoke(void const*, void*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkFontMgr_Mac::CreateSet(__CFString const*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontFamilyNameKey", referenced from:
SkTypeface_Mac::onCreateFamilyNameIterator() const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontFormatAttribute", referenced from:
SkTypeface_Mac::onOpenStream(int*) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontSlantTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontStyleNameAttribute", referenced from:
(anonymous namespace)::SkFontStyleSet_Mac::getStyle(int, SkFontStyle*, SkString*) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontSymbolicTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
"_kCTFontTraitsAttribute", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontVariationAttribute", referenced from:
SkFontMgr_Mac::onMakeFromStreamArgs(std::__1::unique_ptr<SkStreamAsset, std::__1::default_delete<SkStreamAsset>>, SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkTypeface_Mac::onMakeClone(SkFontArguments const&) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisDefaultValueKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisIdentifierKey", referenced from:
SkTypeface_Mac::onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMaximumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontVariationAxisMinimumValueKey", referenced from:
SkCTVariationFromSkFontArguments(__CTFont const*, __CFArray const*, SkFontArguments const&) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkTypeface_Mac::onGetVariationDesignParameters(SkFontParameters::Variation::Axis*, int) const in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
"_kCTFontWeightTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
SkCTFontGetDataFontWeightMapping() in libskia.a(libskia.SkCTFont.o)
"_kCTFontWidthTrait", referenced from:
create_descriptor(char const*, SkFontStyle const&) in libskia.a(fontmgr_mac_ct.SkFontMgr_mac_ct.o)
SkCTFontDescriptorGetSkFontStyle(__CTFontDescriptor const*, bool) in libskia.a(fontmgr_mac_ct.SkTypeface_mac_ct.o)
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[684]: dev.gitlive:appauth-kotlin-iosarm64:0.0.2[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/appauth-kotlin-iosarm64/0.0.2/1-appauth-kotlin-cinterop-AppAuth can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_OIDAuthorizationRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDAuthorizationService", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDEndSessionRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDExternalUserAgentIOS", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDServiceConfiguration", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$_OIDTokenRequest", referenced from:
objc-class-ref in Kotlin.framework.o
"_OBJC_CLASS_$___SkieUnknownCInteropFrameworkErrorType", referenced from:
objc-class-ref in Kotlin.o
"_OIDGeneralErrorDomain", referenced from:
_kfun:dev.gitlive.appauth.toException#internal in Kotlin.framework.o
ld: symbol(s) not found for architecture arm64
|
ExternalLibrariesTest.[685]: dev.gitlive:firebase-app-iosarm64:1.10.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/firebase-app-iosarm64/1.10.3/1-firebase-app-cinterop-FirebaseCore can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseCore
|
ExternalLibrariesTest.[686]: dev.gitlive:firebase-auth-iosarm64:1.10.3[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/dev.gitlive/firebase-auth-iosarm64/1.10.3/1-firebase-auth-cinterop-FirebaseAuth can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework not found FirebaseAuth
|
ExternalLibrariesTest.[835]: fr.acinq.lightning:lightning-kmp-iosarm64:1.5.10[libraries__kgp_1.9.20]:
SKIE/acceptance-tests/tests/libraries/kgp_common/kotlin/co/touchlab/skie/plugin/libraries/ExternalLibrariesTest.kt#L61
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Kotlin linking ended with the following error: w: Interop library /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/library-artifacts/kgp_1.9.20/fr.acinq.lightning/lightning-kmp-iosarm64/1.5.10/1-lightning-kmp-cinterop-PhoenixCrypto can't be exported with -Xexport-library
w: -memory-model and memoryModel switches are deprecated and will be removed in a future release.
e: Compilation failed: Index 0 out of bounds for length 0
* Source files:
* Compiler version: 1.9.20
* Output kind: FRAMEWORK
e: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization$InterproceduralAnalysis.getCalledInitializer(StaticInitializersOptimization.kt:246)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization$InterproceduralAnalysis.analyze(StaticInitializersOptimization.kt:120)
at org.jetbrains.kotlin.backend.konan.optimizations.StaticInitializersOptimization.removeRedundantCalls(StaticInitializersOptimization.kt:527)
at org.jetbrains.kotlin.backend.konan.driver.phases.LTOKt$RemoveRedundantCallsToStaticInitializersPhase$1.invoke(LTO.kt:198)
at org.jetbrains.kotlin.backend.konan.driver.phases.LTOKt$RemoveRedundantCallsToStaticInitializersPhase$1.invoke(LTO.kt:175)
at org.jetbrains.kotlin.backend.konan.driver.phases.PhaseBuildersKt$createSimpleNamedCompilerPhase$3.phaseBody(PhaseBuilders.kt:54)
at org.jetbrains.kotlin.backend.konan.driver.phases.PhaseBuildersKt$createSimpleNamedCompilerPhase$3.phaseBody(PhaseBuilders.kt:42)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:207)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine.runPhase(Machinery.kt:139)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runCodegen(TopLevelPhases.kt:362)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackendCodegen(TopLevelPhases.kt:321)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.compileModule(TopLevelPhases.kt:251)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackend$lambda$9$runAfterLowerings(TopLevelPhases.kt:105)
at org.jetbrains.kotlin.backend.konan.driver.phases.TopLevelPhasesKt.runBackend(TopLevelPhases.kt:124)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.produceObjCFramework(DynamicCompilerDriver.kt:76)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.access$produceObjCFramework(DynamicCompilerDriver.kt:31)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver$run$1$1$1.invoke(DynamicCompilerDriver.kt:42)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver$run$1$1$1.invoke(DynamicCompilerDriver.kt:36)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion$startTopLevel$topLevelPhase$1.phaseBody(Machinery.kt:98)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion$startTopLevel$topLevelPhase$1.phaseBody(Machinery.kt:92)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:207)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94)
at org.jetbrains.kotlin.backend.konan.driver.PhaseEngine$Companion.startTopLevel(Machinery.kt:105)
at org.jetbrains.kotlin.backend.konan.driver.DynamicCompilerDriver.run(DynamicCompilerDriver.kt:36)
at org.jetbrains.kotlin.backend.konan.KonanDriver.run(KonanDriver.kt:118)
at org.jetbrains.kotlin.cli.bc.K2Native.runKonanDriver(K2Native.kt:151)
at org.jetbrains.kotlin.cli.bc.K2Native.doExecute(K2Native.kt:69)
at org.jetbrains.kotlin.cli.bc.K2Native.doExecute(K2Native.kt:36)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48)
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101)
at co.touchlab.skie.acceptancetests.framework.internal.testrunner.phases.kotlin.KotlinTestLinker.link(KotlinTestLinker.kt:42)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTest$measuredTest$1$2.invoke(ExternalLibrariesTestRunner.kt:94)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTest$measuredTest$1$2.invoke(ExternalLibrariesTestRunner.kt:92)
at co.touchlab.skie.acceptancetests.framework.internal.testrunner.IntermediateResult$Value.flatMap(IntermediateResult.kt:23)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner.runTest(ExternalLibrariesTestRunner.kt:92)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1$results$1.invoke(ExternalLibrariesTestRunner.kt:48)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1$results$1.invoke(ExternalLibrariesTestRunner.kt:47)
at co.touchlab.skie.plugin.libraries.ExternalLibrariesTestRunner$runTests$1.invokeSuspend$lambda$1(ExternalLibrariesTestRunner.kt:47)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:952)
at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:926)
at java.base/java.util.stream.AbstractTask.compute(AbstractTask.java:327)
at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
TypeMappingTest.runTest()[type-mapping__kgp_1.9.20]:
SKIE/acceptance-tests/tests/type-mapping/kgp_common/kotlin/co/touchlab/skie/test/TypeMappingTest.kt#L98
java.lang.AssertionError: 34 tests failed.
|
Acceptance Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/[email protected], mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Type Mapping Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/[email protected], mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
External Libraries Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/[email protected], mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|