cocoa 0.10.0

Bindings to Cocoa for OS X
Build #71021 2017-09-21T00:40:32.843269+00:00
# rustc version
rustc 1.21.0-dev (d835dc82b 2017-08-29)
# docs.rs version
cratesfyi 0.4.1 (003e49d 2017-06-08)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading cocoa v0.10.0
Compiling block v0.1.6
Fresh bitflags v0.9.1
Fresh libc v0.2.31
Running `rustc --crate-name block .cargo/registry/src/github.com-1ecc6299db9ec823/block-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3a18dabe6d665844 -C extra-filename=-3a18dabe6d665844 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling malloc_buf v0.0.6
Running `rustc --crate-name malloc_buf .cargo/registry/src/github.com-1ecc6299db9ec823/malloc_buf-0.0.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=415e7adc4ba4bb1c -C extra-filename=-415e7adc4ba4bb1c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-b01a2adffb5bcf92.rlib --extern-version libc=libc,0.2.31 --cap-lints allow`
Compiling core-foundation-sys v0.4.4
Running `/home/cratesfyi/cratesfyi/debug/build/core-foundation-sys-1ceae70023a2e0d2/build-script-build`
Running `rustc --crate-name core_foundation_sys .cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.4.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f86c10451a467bb3 -C extra-filename=-f86c10451a467bb3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-b01a2adffb5bcf92.rlib --extern-version libc=libc,0.2.31 --cap-lints allow`
Compiling objc v0.2.2
Running `rustc --crate-name objc .cargo/registry/src/github.com-1ecc6299db9ec823/objc-0.2.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c92114813f6aaa9d -C extra-filename=-c92114813f6aaa9d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern malloc_buf=/home/cratesfyi/cratesfyi/debug/deps/libmalloc_buf-415e7adc4ba4bb1c.rlib --extern-version malloc_buf=malloc_buf,0.0.6 --cap-lints allow`
Compiling core-foundation v0.4.4
Running `rustc --crate-name core_foundation .cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.4.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=49813e0752f20b0d -C extra-filename=-49813e0752f20b0d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-b01a2adffb5bcf92.rlib --extern-version libc=libc,0.2.31 --extern core_foundation_sys=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation_sys-f86c10451a467bb3.rlib --extern-version core_foundation_sys=core-foundation-sys,0.4.4 --cap-lints allow`
Compiling core-graphics v0.9.1
Running `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=b765e7c5b181fcf1 -C extra-filename=-b765e7c5b181fcf1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c8b3e4b415593713.rlib --extern-version bitflags=bitflags,0.9.1 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-49813e0752f20b0d.rlib --extern-version core_foundation=core-foundation,0.4.4 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-b01a2adffb5bcf92.rlib --extern-version libc=libc,0.2.31 --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/color_space.rs:82:1
|
82 | #[link(name = "ApplicationServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/context.rs:226:1
|
226 | #[link(name = "ApplicationServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/data_provider.rs:98:1
|
98 | #[link(name = "ApplicationServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/display.rs:49:1
|
49 | #[link(name = "ApplicationServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/event.rs:255:1
|
255 | #[link(name = "ApplicationServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/event_source.rs:91:1
|
91 | #[link(name = "ApplicationServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/font.rs:117:1
|
117 | #[link(name = "ApplicationServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/geometry.rs:111:5
|
111 |     #[link(name = "ApplicationServices", kind = "framework")]
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/private.rs:100:5
|
100 |     #[link(name = "ApplicationServices", kind = "framework")]
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/image.rs:148:1
|
148 | #[link(name = "ApplicationServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 10 previous errors

thread 'main' panicked at 'ChainedError {
error: Could not compile `core-graphics`.,
cause: process didn't exit successfully: `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" -C metadata=b765e7c5b181fcf1 -C extra-filename=-b765e7c5b181fcf1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c8b3e4b415593713.rlib --extern-version bitflags=bitflags,0.9.1 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-49813e0752f20b0d.rlib --extern-version core_foundation=core-foundation,0.4.4 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-b01a2adffb5bcf92.rlib --extern-version libc=libc,0.2.31 --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.